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 | 堊???? | 100110101011111100111111001111110011111100111111 | 9abf3f3f3f3f |
| EUC-JP | 堊???? | 110101001100000100111111001111110011111100111111 | d4c13f3f3f3f |
| UTF-8 | 堊앷퀣留쬌 | 111001011010000010001010111011001001010110110111111011011000000010100011111011111010011110001101111011001010110010001100 | e5a08aec95b7ed80a3efa78decac8c |
| UHC | 堊앷퀣留쬌 | 11100100101111101001110111101010101100111001011111101011101001111010011101000010 | e4be9deab397eba7a742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)