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 | ??橙 | 00111111001111111001111011110010 | 3f3f9ef2 |
| EUC-JP | ??橙 | 00111111001111111101110011110100 | 3f3fdcf4 |
| UTF-8 | 뤵칿橙 | 111010111010010010110101111011001011100110111111111001101010100110011001 | eba4b5ecb9bfe6a999 |
| UHC | 뤵칿橙 | 100011111110001110101111100011101101010011110010 | 8fe3af8ed4f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)