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 | 001111110100000001101000 | 3f4068 |
SJIS-WIN | 修@h | 10001111010000110100000001101000 | 8f434068 |
EUC-JP | 修@h | 10111101101001000100000001101000 | bda44068 |
UTF-8 | 修@h | 1110010010111111101011100100000001101000 | e4bfae4068 |
UHC | 修@h | 11100001111100110100000001101000 | e1f34068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)