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 | 闔蛾摩 | 111010001000111010001001111010011001011010000000 | e88e89e99680 |
| EUC-JP | 闔蛾摩 | 111011111110111010110010111010111100101111100000 | efeeb2ebcbe0 |
| UTF-8 | 闔蛾摩 | 111010011001011110010100111010001001101110111110111001101001000110101001 | e99794e89bbee691a9 |
| UHC | 闔蛾摩 | 111110011110111111100100101101101101100010100100 | f9efe4b6d8a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)