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 | 諶 | 1111101110101010 | fbaa |
EUC-JP | 諶 | 100011111101111010110101 | 8fdeb5 |
UTF-8 | 諶 | 111010001010101110110110 | e8abb6 |
UHC | 諶 | 1110010010100110 | e4a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)