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 | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 鉗ク辜機h | 1110011111100111101110001110011110000011100010110100000001101000 | e7e7b8e7838b4068 |
EUC-JP | 鉗ク辜機h | 111011101110100110001110101110001110110111100011101101011010000101101000 | eee98eb8ede3b5a168 |
UTF-8 | 鉗ク辜機h | 11101001100010011001011111101111101111011011100011101000101111101001110011100110101010011001111101101000 | e98997efbdb8e8be9ce6a99f68 |
UHC | 鉗?辜機h | 1100110011000110001111111100110111010000110100011010011001101000 | ccc63fcdd0d1a668 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)