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 | ?忽??? | 001111111000110110011010001111110011111100111111 | 3f8d9a3f3f3f |
| EUC-JP | ?忽??? | 001111111011100111111010001111110011111100111111 | 3fb9fa3f3f3f |
| UTF-8 | 뤗忽톽卨렏 | 111010111010010010010111111001011011111110111101111011011000011010111101111001011000110110101000111010111010000010001111 | eba497e5bfbded86bde58da8eba08f |
| UHC | 뤗忽톽卨렏 | 10001111110001111111101111101100101101111000111111100000110110011000111010100101 | 8fc7fbecb78fe0d98ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)