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 | 涅② | 10011111101110001000011101000001 | 9fb88741 |
EUC-JP | 涅? | 110111101011101000111111 | deba3f |
UTF-8 | 涅② | 111001101011011010000101111000101001000110100001 | e6b685e291a1 |
UHC | 涅② | 11100110111011101010100011101000 | e6eea8e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)