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 | 瞳咀??矯 | 1001001110110101100110011111000000111111001111111000101110111000 | 93b599f03f3f8bb8 |
| EUC-JP | 瞳咀??矯 | 1100011010110111110100101111001000111111001111111011011010111010 | c6b7d2f23f3fb6ba |
| UTF-8 | 瞳咀롛뤗矯 | 111001111001111010110011111001011001001010000000111010111010000110011011111010111010010010010111111001111001111110101111 | e79eb3e59280eba19beba497e79faf |
| UHC | 瞳咀롛뤗矯 | 11010100110110101110111010111010100011101101111110001111110001111100111011101100 | d4daeeba8edf8fc7ceec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)