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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 危?危?B | 10001010111010110011111110001010111010110011111101000010 | 8aeb3f8aeb3f42 |
EUC-JP | 危?危?B | 10110100111011010011111110110100111011010011111101000010 | b4ed3fb4ed3f42 |
UTF-8 | 危쌜危쌜B | 11100101100011011011000111101100100011001001110011100101100011011011000111101100100011001001110001000010 | e58db1ec8c9ce58db1ec8c9c42 |
UHC | 危쌜危쌜B | 111010101100101110111101110110111110101011001011101111011101101101000010 | eacbbddbeacbbddb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)