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 | 炎???易詣 | 100010011000101000111111001111110011111110001000110101011000110001110111 | 898a3f3f3f88d58c77 |
| EUC-JP | 炎???易詣 | 101100011110101000111111001111110011111110110000110101111011011111011000 | b1ea3f3f3fb0d7b7d8 |
| UTF-8 | 炎륨麗殮易詣 | 111001111000001010001110111010111010010110101000111011111010011010001000111011111010011010100101111001101001100010010011111010001010100110100011 | e7828eeba5a8efa688efa6a5e69893e8a9a3 |
| UHC | 炎륨麗殮易詣 | 111001101111101010110111111111011110011010110000111001101111100111100110101101101110011111100001 | e6fab7fde6b0e6f9e6b6e7e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)