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 | 隱樞命 | 111010001010101010011110111000101001011010111101 | e8aa9ee296bd |
EUC-JP | 隱樞命 | 111100001010110011011100111001001100110010111111 | f0acdce4ccbf |
UTF-8 | 隱樞命 | 111010011001101010110001111001101010100010011110111001011001000110111101 | e99ab1e6a89ee591bd |
UHC | 隱樞命 | 111010111101111111110101110100101101100110100100 | ebdff5d2d9a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)