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 | ?i?iB | 0011111101101001001111110110100101000010 | 3f693f6942 |
SJIS-WIN | 篠i篠iB | 10001110110000100110100110001110110000100110100101000010 | 8ec2698ec26942 |
EUC-JP | 篠i篠iB | 10111100110001000110100110111100110001000110100101000010 | bcc469bcc46942 |
UTF-8 | 篠i篠iB | 111001111010111110100000011010011110011110101111101000000110100101000010 | e7afa069e7afa06942 |
UHC | 篠i篠iB | 11100001110001100110100111100001110001100110100101000010 | e1c669e1c66942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)