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 | 箝後坑 | 111000101010110110001100111000111000110101000010 | e2ad8ce38d42 |
| EUC-JP | 箝後坑 | 111001001010111110111000111001011011100110100011 | e4afb8e5b9a3 |
| UTF-8 | 箝後坑 | 111001111010111010011101111001011011111010001100111001011001110110010001 | e7ae9de5be8ce59d91 |
| UHC | 箝後坑 | 110011001100010011111101101011011100101111010101 | ccc4fdadcbd5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)