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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ?鬼秘? | 001111111000101101010011100101001110100100111111 | 3f8b5394e93f |
| EUC-JP | ?鬼秘? | 001111111011010110110100110010001110101100111111 | 3fb5b4c8eb3f |
| UTF-8 | 룵鬼秘할 | 111010111010001110110101111010011010110010111100111001111010011110011000111011011001010110100000 | eba3b5e9acbce7a798ed95a0 |
| UHC | 룵鬼秘할 | 1000111110101010110100001010000111011101111110101100011111010010 | 8faad0a1ddfac7d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)