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 | CL°G | 10010010010000111001001001001100100100011011000001000111 | 9243924c91b047 |
SJIS-WIN | ?C?L?°G | 0011111101000011001111110100110000111111100000011000101101000111 | 3f433f4c3f818b47 |
EUC-JP | ?C?L?°G | 0011111101000011001111110100110000111111101000011110101101000111 | 3f433f4c3fa1eb47 |
UTF-8 | CL°G | 1100001010010010010000111100001010010010010011001100001010010001110000101011000001000111 | c29243c2924cc291c2b047 |
UHC | ?C?L?°G | 0011111101000011001111110100110000111111101000011100011001000111 | 3f433f4c3fa1c647 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)