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 | 堰? | 100010011000000100111111 | 89813f |
| EUC-JP | 堰? | 101100011110000100111111 | b1e13f |
| UTF-8 | 堰ㅷ | 111001011010000010110000111000111000010110110111 | e5a0b0e385b7 |
| UHC | 堰ㅷ | 11100101111010001010010011100111 | e5e8a4e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)