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 | ?C????B | 00111111010000110011111100111111001111110011111101000010 | 3f433f3f3f3f42 |
SJIS-WIN | ?C????B | 00111111010000110011111100111111001111110011111101000010 | 3f433f3f3f3f42 |
EUC-JP | ?C????B | 00111111010000110011111100111111001111110011111101000010 | 3f433f3f3f3f42 |
UTF-8 | 혪C혺혮혩짱B | 1110110110011000101010100100001111101101100110001011101011101101100110001010111011101101100110001010100111101100101001111011000101000010 | ed98aa43ed98baed98aeed98a9eca7b142 |
UHC | 혪C혺혮혩짱B | 110000101001001001000011110000101001111111000010100101011100001010010001110000101010111101000010 | c29243c29fc295c291c2af42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)