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 | 幼?幼?^ | 10010111011000110011111110010111011000110011111101011110 | 97633f97633f5e |
EUC-JP | 幼?幼?^ | 11001101110001000011111111001101110001000011111101011110 | cdc43fcdc43f5e |
UTF-8 | 幼텱幼텱^ | 11100101101110011011110011101101100001011011000111100101101110011011110011101101100001011011000101011110 | e5b9bced85b1e5b9bced85b15e |
UHC | 幼텱幼텱^ | 111010101110101010110111010001001110101011101010101101110100010001011110 | eaeab744eaeab7445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)