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 | 100100000100100000111111001111110100000001101000 | 90483f3f4068 |
EUC-JP | 食??@h | 101111111010100100111111001111110100000001101000 | bfa93f3f4068 |
UTF-8 | 食롢궚@h | 1110100110100011100111111110101110100001101000101110101010110110100110100100000001101000 | e9a39feba1a2eab69a4068 |
UHC | 食롢궚@h | 1110001111011101100011101110001110000010101011110100000001101000 | e3dd8ee382af4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)