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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 鉛??楢 | 100010011001010000111111001111111001001111101000 | 89943f3f93e8 |
| EUC-JP | 鉛??楢 | 101100011111010000111111001111111100011011101010 | b1f43f3fc6ea |
| UTF-8 | 鉛숇슖楢 | 111010011000100110011011111011001000100010000111111011001000101010010110111001101010010110100010 | e9899bec8887ec8a96e6a5a2 |
| UHC | 鉛숇슖楢 | 1110011011100111100110011110101110011010101001011110101011111001 | e6e799eb9aa5eaf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)