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 | 悅??影? | 11111010101111010011111100111111100010010110010100111111 | fabd3f3f89653f |
| EUC-JP | ???影? | 001111110011111100111111101100011100011000111111 | 3f3f3fb1c63f |
| UTF-8 | 悅롧뜥影텴 | 111001101000001010000101111010111010000110100111111010111001110010100101111001011011110110110001111011011000010110110100 | e68285eba1a7eb9ca5e5bdb1ed85b4 |
| UHC | 悅롧뜥影텴 | 11100110111011011000111011100111100011011010100011100111101011111011011101000111 | e6ed8ee78da8e7afb747 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)