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 | ?D????B | 00111111010001000011111100111111001111110011111101000010 | 3f443f3f3f3f42 |
SJIS-WIN | ?D????B | 00111111010001000011111100111111001111110011111101000010 | 3f443f3f3f3f42 |
EUC-JP | ?D????B | 00111111010001000011111100111111001111110011111101000010 | 3f443f3f3f3f42 |
UTF-8 | 혪D혩짰혩짖B | 1110110110011000101010100100010011101101100110001010100111101100101001111011000011101101100110001010100111101100101001111001011001000010 | ed98aa44ed98a9eca7b0ed98a9eca79642 |
UHC | 혪D혩짰혩짖B | 110000101001001001000100110000101001000111000010101011101100001010010001110000101010001001000010 | c29244c291c2aec291c2a242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)