To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ??勃柴?B | 0011111100111111100101100111010110001110110001000011111101000010 | 3f3f96758ec43f42 |
EUC-JP | ??勃柴?B | 0011111100111111110010111101011010111100110001100011111101000010 | 3f3fcbd6bcc63f42 |
UTF-8 | 뤗첵勃柴쌜B | 11101011101001001001011111101100101100101011010111100101100010111000001111100110100111111011010011101100100011001001110001000010 | eba497ecb2b5e58b83e69fb4ec8c9c42 |
UHC | 뤗첵勃柴쌜B | 1000111111000111110000111011110111011010111110101110001111000011101111011101101101000010 | 8fc7c3bddafae3c3bddb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)