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 | ?鬼秘 | 0011111110001011010100111001010011101001 | 3f8b5394e9 |
| EUC-JP | ?鬼秘 | 0011111110110101101101001100100011101011 | 3fb5b4c8eb |
| UTF-8 | 룵鬼秘 | 111010111010001110110101111010011010110010111100111001111010011110011000 | eba3b5e9acbce7a798 |
| UHC | 룵鬼秘 | 100011111010101011010000101000011101110111111010 | 8faad0a1ddfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)