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 | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 午ワ?@h | 10001100110111111000001110001111001111110100000001101000 | 8cdf838f3f4068 |
EUC-JP | 午ワ?@h | 10111000111000011010010111101111001111110100000001101000 | b8e1a5ef3f4068 |
UTF-8 | 午ワ쉰@h | 1110010110001101100010001110001110000011101011111110110010001001101100000100000001101000 | e58d88e383afec89b04068 |
UHC | 午ワ쉰@h | 1110011111101101101010111110111110111101101011100100000001101000 | e7edabefbdae4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)