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 | ºOQ | 100100011011101010010010010011111001001001010001 | 91ba924f9251 |
SJIS-WIN | ???O?Q | 001111110011111100111111010011110011111101010001 | 3f3f3f4f3f51 |
EUC-JP | ?º?O?Q | 0011111110001111101000101110101100111111010011110011111101010001 | 3f8fa2eb3f4f3f51 |
UTF-8 | ºOQ | 11000010100100011100001010111010110000101001001001001111110000101001001001010001 | c291c2bac2924fc29251 |
UHC | ?º?O?Q | 00111111101010001010110000111111010011110011111101010001 | 3fa8ac3f4f3f51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)