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 | 簔瞞 | 111000101100000111110101101101011110000111010100 | e2c1f5b5e1d4 |
| EUC-JP | 簔?瞞 | 1110010011000011001111111110001011010110 | e4c33fe2d6 |
| UTF-8 | 簔瞞 | 111001111011000010010100111011101001000010100000111001111001111010011110 | e7b094ee90a0e79e9e |
| UHC | ??瞞 | 00111111001111111101100010111110 | 3f3fd8be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)