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 | 樗魄樗白^ | 100100101001010011101001101011101001001010010100100101001001001001011110 | 9294e9ae929494925e |
EUC-JP | 樗魄樗白^ | 110000111111010011110010101100001100001111110100110001111111001001011110 | c3f4f2b0c3f4c7f25e |
UTF-8 | 樗魄樗白^ | 11100110101010001001011111101001101011011000010011100110101010001001011111100111100110011011110101011110 | e6a897e9ad84e6a897e799bd5e |
UHC | 樗魄樗白^ | 111011101100000011011011110111101110111011000000110110111101110001011110 | eec0dbdeeec0dbdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)