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 | 隶瑚ェ樒横 | 111010001010111010001100111010001010101010011110111001111000100110100001 | e8ae8ce8aa9ee789a1 |
| EUC-JP | 隶瑚ェ樒横 | 11110000101100001011100011101010100011101010101011011100111010011011001010100011 | f0b0b8ea8eaadce9b2a3 |
| UTF-8 | 隶瑚ェ樒横 | 111010011001101010110110111001111001000110011010111011111011110110101010111001101010100010010010111001101010100010101010 | e99ab6e7919aefbdaae6a892e6a8aa |
| UHC | ?瑚??? | 001111111111101111010001001111110011111100111111 | 3ffbd13f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)