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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 壓癰^ | 1001101011011000111000011001111001011110 | 9ad8e19e5e |
EUC-JP | 壓癰^ | 1101010011011010111000011111111001011110 | d4dae1fe5e |
UTF-8 | 壓癰^ | 11100101101000111001001111100111100110011011000001011110 | e5a393e799b05e |
UHC | 壓癰^ | 1110010011100010111010001011100101011110 | e4e2e8b95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)