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©BJ@P | 1001001001000011100100011010100110010010010000101001001001001010100100100100000001010000 | 924391a99242924a924050 |
SJIS-WIN | ?C???B?J?@P | 0011111101000011001111110011111100111111010000100011111101001010001111110100000001010000 | 3f433f3f3f423f4a3f4050 |
EUC-JP | ?C?©?B?J?@P | 00111111010000110011111110001111101000101110110100111111010000100011111101001010001111110100000001010000 | 3f433f8fa2ed3f423f4a3f4050 |
UTF-8 | C©BJ@P | 1100001010010010010000111100001010010001110000101010100111000010100100100100001011000010100100100100101011000010100100100100000001010000 | c29243c291c2a9c29242c2924ac2924050 |
UHC | ?C???B?J?@P | 0011111101000011001111110011111100111111010000100011111101001010001111110100000001010000 | 3f433f3f3f423f4a3f4050 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)