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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 臧?檣?B | 11100100011010000011111110011110111111000011111101000010 | e4683f9efc3f42 |
EUC-JP | 臧?檣?B | 11100111110010010011111111011100111111100011111101000010 | e7c93fdcfe3f42 |
UTF-8 | 臧렧檣렫B | 11101000100001111010011111101011101000001010011111100110101010101010001111101011101000001010101101000010 | e887a7eba0a7e6aaa3eba0ab42 |
UHC | 臧렧檣렫B | 111011011111010110001110101101101110110111101010100011101011100101000010 | edf58eb6edea8eb942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)