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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | ?鬼削∵?娥 | 00111111100010110101001110001101111011011000000111100110001111111001101101001101 | 3f8b538ded81e63f9b4d |
| EUC-JP | ?鬼削∵?娥 | 00111111101101011011010010111010111011111010001011101000001111111101010110101110 | 3fb5b4baefa2e83fd5ae |
| UTF-8 | 룶鬼削∵룶娥 | 111010111010001110110110111010011010110010111100111001011000100110001010111000101000100010110101111010111010001110110110111001011010100010100101 | eba3b6e9acbce5898ae288b5eba3b6e5a8a5 |
| UHC | 룶鬼削∵룶娥 | 100011111010101111010000101000011101111011111011101000011111000110001111101010111110010010110000 | 8fabd0a1defba1f18fabe4b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)