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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 霆?? | 11101000101110110011111100111111 | e8bb3f3f |
| EUC-JP | 霆?? | 11110000101111010011111100111111 | f0bd3f3f |
| UTF-8 | 霆렪稶 | 111010011001110010000110111010111010000010101010111001111010100010110110 | e99c86eba0aae7a8b6 |
| UHC | 霆렪稶 | 111011111111110110001110101110001110100111110011 | effd8eb8e9f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)