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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 而貊??翁?B | 10001110101001111110011010111011001111110011111110001001101001010011111101000010 | 8ea7e6bb3f3f89a53f42 |
EUC-JP | 而貊??翁?B | 10111100101010011110110010111101001111110011111110110010101001110011111101000010 | bca9ecbd3f3fb2a73f42 |
UTF-8 | 而貊렪렧翁렧B | 11101000100000001000110011101000101100101000101011101011101000001010101011101011101000001010011111100111101111111000000111101011101000001010011101000010 | e8808ce8b28aeba0aaeba0a7e7bf81eba0a742 |
UHC | 而貊렪렧翁렧B | 11101100101110111101100011100111100011101011100010001110101101101110100010111010100011101011011001000010 | ecbbd8e78eb88eb6e8ba8eb642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)