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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 曠檸曠櫃^ | 100111100100010010011111010001011001111001000100100111110100001101011110 | 9e449f459e449f435e |
EUC-JP | 曠檸曠櫃^ | 110110111010010111011101101001101101101110100101110111011010010001011110 | dba5dda6dba5dda45e |
UTF-8 | 曠檸曠櫃^ | 11100110100110111010000011100110101010101011100011100110100110111010000011100110101010111000001101011110 | e69ba0e6aab8e69ba0e6ab835e |
UHC | 曠?曠櫃^ | 1100111011000111001111111100111011000111110011111111011001011110 | cec73fcec7cff65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)