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 | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | 湿煮湿痔@h | 10001110101111001000111011001111100011101011110010001110101001000100000001101000 | 8ebc8ecf8ebc8ea44068 |
EUC-JP | 湿煮湿痔@h | 10111100101111101011110011010001101111001011111010111100101001100100000001101000 | bcbebcd1bcbebca64068 |
UTF-8 | 湿煮湿痔@h | 1110011010111001101111111110011110000101101011101110011010111001101111111110011110010111100101000100000001101000 | e6b9bfe785aee6b9bfe797944068 |
UHC | ?煮?痔@h | 0011111111101101101101000011111111110110110000000100000001101000 | 3fedb43ff6c04068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)