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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 臟?珥?B | 11100100011001100011111111100000111000000011111101000010 | e4663fe0e03f42 |
EUC-JP | 臟?珥?B | 11100111110001110011111111100000111000100011111101000010 | e7c73fe0e23f42 |
UTF-8 | 臟렞珥렮B | 11101000100001111001111111101011101000001001111011100111100011111010010111101011101000001010111001000010 | e8879feba09ee78fa5eba0ae42 |
UHC | 臟렞珥렮B | 111011011111010010001110101011111110110010110100100011101011101101000010 | edf48eafecb48ebb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)