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 | 壓癰鴨 | 100110101101100011100001100111101000101010011011 | 9ad8e19e8a9b |
EUC-JP | 壓癰鴨 | 110101001101101011100001111111101011001111111011 | d4dae1feb3fb |
UTF-8 | 壓癰鴨 | 111001011010001110010011111001111001100110110000111010011011010010101000 | e5a393e799b0e9b4a8 |
UHC | 壓癰鴨 | 111001001110001011101000101110011110010011100101 | e4e2e8b9e4e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)