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 | 娶檸娶櫃^ | 100110110101011110011111010001011001101101010111100111110100001101011110 | 9b579f459b579f435e |
EUC-JP | 娶檸娶櫃^ | 110101011011100011011101101001101101010110111000110111011010010001011110 | d5b8dda6d5b8dda45e |
UTF-8 | 娶檸娶櫃^ | 11100101101010001011011011100110101010101011100011100101101010001011011011100110101010111000001101011110 | e5a8b6e6aab8e5a8b6e6ab835e |
UHC | 娶?娶櫃^ | 1111011010100101001111111111011010100101110011111111011001011110 | f6a53ff6a5cff65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)