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 | 陽顫獗 | 100101110111101011101000111110101110000011010011 | 977ae8fae0d3 |
| EUC-JP | 陽顫獗 | 110011011101101111110000111111001110000011010101 | cddbf0fce0d5 |
| UTF-8 | 陽顫獗 | 111010011001100110111101111010011010000110101011111001111000110110010111 | e999bde9a1abe78d97 |
| UHC | 陽顫獗 | 111001011101010111101111101101011100111111110001 | e5d5efb5cff1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)