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 | 11000011111101001100101111000000111100111010010001000010 | c3f4cbc0f3a442 |
EUC-JP | テ?タ?B | 10001110110000110011111110001110110000000011111101000010 | 8ec33f8ec03f42 |
UTF-8 | テタB | 11101111101111101000001111101110100011011011101011101111101111101000000011101110100010101001011101000010 | efbe83ee8dbaefbe80ee8a9742 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)