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 | 原?原?^ | 10001100101101000011111110001100101101000011111101011110 | 8cb43f8cb43f5e |
EUC-JP | 原?原?^ | 10111000101101100011111110111000101101100011111101011110 | b8b63fb8b63f5e |
UTF-8 | 原급原긁^ | 11100101100011101001111111101010101110001000100111100101100011101001111111101010101110001000000101011110 | e58e9feab889e58e9feab8815e |
UHC | 原급原긁^ | 111010101010101110110001110111101110101010101011101100011101110001011110 | eaabb1deeaabb1dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)