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 | ûP¯ûR | 111110110101000010001110101011111111101101010010 | fb508eaffb52 |
SJIS-WIN | ?P???R | 001111110101000000111111001111110011111101010010 | 3f503f3f3f52 |
EUC-JP | ûP?¯ûR | 100011111010101111100101010100000011111110001111101000101011010010001111101010111110010101010010 | 8fabe5503f8fa2b48fabe552 |
UTF-8 | ûP¯ûR | 11000011101110110101000011000010100011101100001010101111110000111011101101010010 | c3bb50c28ec2afc3bb52 |
UHC | ?P???R | 001111110101000000111111001111110011111101010010 | 3f503f3f3f52 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)