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 | ??淫?宸葬 | 001111110011111110001000111110100011111110011011100000101001000110010010 | 3f3f88fa3f9b829192 |
| EUC-JP | ??淫?宸葬 | 001111110011111110110000111111000011111111010101111000101100000111110010 | 3f3fb0fc3fd5e2c1f2 |
| UTF-8 | 裏렦淫꿱宸葬 | 111011111010011110100111111010111010000010100110111001101011011110101011111010101011111110110001111001011010111010111000111010001001000110101100 | efa7a7eba0a6e6b7abeabfb1e5aeb8e891ac |
| UHC | 裏렦淫꿱宸葬 | 111011001100000010001110101101011110101111100010101100101110100011100011111001001110110111110111 | ecc08eb5ebe2b2e8e3e4edf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)