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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| UTF-8 | 琉묊쥎利똁 | 111011111010011110001100111010111010110010001010111011001010010110001110111011111010011110011101111010111001100010000001 | efa78cebac8aeca58eefa79deb9881 |
| UHC | 琉묊쥎利똁 | 11101011101001001001000111100111101000101000011111101100101001101000110001000010 | eba491e7a287eca68c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)