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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 粟盛宋 | 100010001011111010010000101101111001000101110110 | 88be90b79176 |
| EUC-JP | 粟盛宋 | 101100001100000011000000101110011100000111010111 | b0c0c0b9c1d7 |
| UTF-8 | 粟盛宋 | 111001111011001010011111111001111001101110011011111001011010111010001011 | e7b29fe79b9be5ae8b |
| UHC | 粟盛宋 | 111000011101100011100000111111001110000111100100 | e1d8e0fce1e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)