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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 雎域立魄山 | 11101000101100011000100011100110100101111010011111101001101011101000111001010010 | e8b188e697a7e9ae8e52 |
| EUC-JP | 雎域立魄山 | 11110000101100111011000011101000110011101010100111110010101100001011101110110011 | f0b3b0e8cea9f2b0bbb3 |
| UTF-8 | 雎域立魄山 | 111010011001101110001110111001011001111110011111111001111010101110001011111010011010110110000100111001011011000110110001 | e99b8ee59f9fe7ab8be9ad84e5b1b1 |
| UHC | 雎域立魄山 | 11101110110100011110011010110100110110001010000111011011110111101101111110100011 | eed1e6b4d8a1dbdedfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)