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§c^ | 1001001001000011100100100100110010010001101001110110001101011110 | 9243924c91a7635e |
SJIS-WIN | ?C?L?§c^ | 001111110100001100111111010011000011111110000001100110000110001101011110 | 3f433f4c3f8198635e |
EUC-JP | ?C?L?§c^ | 001111110100001100111111010011000011111110100001111110000110001101011110 | 3f433f4c3fa1f8635e |
UTF-8 | CL§c^ | 110000101001001001000011110000101001001001001100110000101001000111000010101001110110001101011110 | c29243c2924cc291c2a7635e |
UHC | ?C?L?§c^ | 001111110100001100111111010011000011111110100001110101110110001101011110 | 3f433f4c3fa1d7635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)