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 | 黍 | 1000101101101111 | 8b6f |
EUC-JP | 黍 | 1011010111010000 | b5d0 |
UTF-8 | 黍 | 111010011011101110001101 | e9bb8d |
UHC | 黍 | 1110000010101000 | e0a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)