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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 午ラ | 10001100110111111000001110001001 | 8cdf8389 |
EUC-JP | 午ラ | 10111000111000011010010111101001 | b8e1a5e9 |
UTF-8 | 午ラ | 111001011000110110001000111000111000001110101001 | e58d88e383a9 |
UHC | 午ラ | 11100111111011011010101111101001 | e7edabe9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)