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 | 懈檸懈櫃^ | 100111001110011010011111010001011001110011100110100111110100001101011110 | 9ce69f459ce69f435e |
EUC-JP | 懈檸懈櫃^ | 110110001110100011011101101001101101100011101000110111011010010001011110 | d8e8dda6d8e8dda45e |
UTF-8 | 懈檸懈櫃^ | 11100110100001111000100011100110101010101011100011100110100001111000100011100110101010111000001101011110 | e68788e6aab8e68788e6ab835e |
UHC | 懈?懈櫃^ | 1111101010101011001111111111101010101011110011111111011001011110 | faab3ffaabcff65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)