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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| SJIS-WIN | 宍襃捨雫^ | 100011101011001111100101111011111000111011001100100011101011010001011110 | 8eb3e5ef8ecc8eb45e |
| EUC-JP | 宍襃捨雫^ | 101111001011010111101010111100011011110011001110101111001011011001011110 | bcb5eaf1bccebcb65e |
| UTF-8 | 宍襃捨雫^ | 11100101101011101000110111101000101001011000001111100110100011011010100011101001100110111010101101011110 | e5ae8de8a583e68da8e99bab5e |
| UHC | ??捨?^ | 001111110011111111011110110101110011111101011110 | 3f3fded73f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)