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 | 瞞璋皓 | 111000011101010011100000111101101110000110101001 | e1d4e0f6e1a9 |
| EUC-JP | 瞞璋皓 | 111000101101011011100000111110001110001010101011 | e2d6e0f8e2ab |
| UTF-8 | 瞞璋皓 | 111001111001111010011110111001111001001010001011111001111001101010010011 | e79e9ee7928be79a93 |
| UHC | 瞞璋皓 | 110110001011111011101101111100001111101111010011 | d8beedf0fbd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)