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 | ? | 00111111 | 3f |
SJIS-WIN | 雨 | 1000100101001010 | 894a |
EUC-JP | 雨 | 1011000110101011 | b1ab |
UTF-8 | 雨 | 111010011001101110101000 | e99ba8 |
UHC | 雨 | 1110100111101011 | e9eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)