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 | ?牙??? | 001111111000100111100101001111110011111100111111 | 3f89e53f3f3f |
| EUC-JP | ?牙??? | 001111111011001011100111001111110011111100111111 | 3fb2e73f3f3f |
| UTF-8 | 렣牙롆렶렏 | 111010111010000010100011111001111000100110011001111010111010000110000110111010111010000010110110111010111010000010001111 | eba0a3e78999eba186eba0b6eba08f |
| UHC | 렣牙롆렶렏 | 10001110101101001110010010110011100011101100110010001110110000011000111010100101 | 8eb4e4b38ecc8ec18ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)