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 | 縒藐 | 11100011011100101110010101010111 | e372e557 |
EUC-JP | 縒藐 | 11100101110100111110100110111000 | e5d3e9b8 |
UTF-8 | 縒藐 | 111001111011100010010010111010001001011110010000 | e7b892e89790 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)