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 | 諄輸? | 1110011001111000100101110100000100111111 | e67897413f |
| EUC-JP | 諄輸? | 1110101111011001110011011010001000111111 | ebd9cda23f |
| UTF-8 | 諄輸쌢 | 111010001010101110000100111010001011110010111000111011001000110010100010 | e8ab84e8bcb8ec8ca2 |
| UHC | 諄輸쌢 | 111000101111010011100010110000111001101101001110 | e2f4e2c39b4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)