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 | ???\h | 0011111100111111001111110101110001101000 | 3f3f3f5c68 |
SJIS-WIN | 絶??\h | 100100001110001000111111001111110101110001101000 | 90e23f3f5c68 |
EUC-JP | 絶??\h | 110000001110010000111111001111110101110001101000 | c0e43f3f5c68 |
UTF-8 | 絶뚳쉐\h | 1110011110110101101101101110101110011010101100111110110010001001100100000101110001101000 | e7b5b6eb9ab3ec89905c68 |
UHC | 絶뚳쉐\h | 1110111110111110100011001110111110111101101001100101110001101000 | efbe8cefbda65c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)