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 | 顋主ョ域ア | 1110100011111001100011101110010110101110100010001110011010110001 | e8f98ee5ae88e6b1 |
| EUC-JP | 顋主ョ域ア | 11110000111110111011110011100111100011101010111010110000111010001000111010110001 | f0fbbce78eaeb0e88eb1 |
| UTF-8 | 顋主ョ域ア | 111010011010000110001011111001001011100010111011111011111011110110101110111001011001111110011111111011111011110110110001 | e9a18be4b8bbefbdaee59f9fefbdb1 |
| UHC | ?主?域? | 00111111111100011010101100111111111001101011010000111111 | 3ff1ab3fe6b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)