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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 幼?^ | 10010111011000110011111101011110 | 97633f5e |
EUC-JP | 幼?^ | 11001101110001000011111101011110 | cdc43f5e |
UTF-8 | 幼텱^ | 11100101101110011011110011101101100001011011000101011110 | e5b9bced85b15e |
UHC | 幼텱^ | 1110101011101010101101110100010001011110 | eaeab7445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)