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 | ?讀巐幔丿 | 001111111110011010100100111110101011011010011011111011011001100010100110 | 3fe6a4fab69bed98a6 |
| EUC-JP | 嶴讀巐幔丿 | 100011111011101111110011111011001010011010001111101110111111100111010110111011111101000010101000 | 8fbbf3eca68fbbf9d6efd0a8 |
| UTF-8 | 嶴讀巐幔丿 | 111001011011011010110100111010001010111010000000111001011011011110010000111001011011100110010100111001001011100010111111 | e5b6b4e8ae80e5b790e5b994e4b8bf |
| UHC | ?讀??? | 001111111101010011000001001111110011111100111111 | 3fd4c13f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)