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?L??G | 00111111010000110011111101001100001111110011111101000111 | 3f433f4c3f3f47 |
SJIS-WIN | ?C?L??G | 00111111010000110011111101001100001111110011111101000111 | 3f433f4c3f3f47 |
EUC-JP | ?C?L??G | 00111111010000110011111101001100001111110011111101000111 | 3f433f4c3f3f47 |
UTF-8 | 혪C혪L혩째G | 111011011001100010101010010000111110110110011000101010100100110011101101100110001010100111101100101001111011100001000111 | ed98aa43ed98aa4ced98a9eca7b847 |
UHC | 혪C혪L혩째G | 1100001010010010010000111100001010010010010011001100001010010001110000101011000001000111 | c29243c2924cc291c2b047 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)