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 | 訊諶 | 10010000011101011111101110101010 | 9075fbaa |
EUC-JP | 訊諶 | 1011111111010110100011111101111010110101 | bfd68fdeb5 |
UTF-8 | 訊諶 | 111010001010100010001010111010001010101110110110 | e8a88ae8abb6 |
UHC | 訊諶 | 11100011111100101110010010100110 | e3f2e4a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)