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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 貊h鬮B | 11100110101110111000001010001000111010011010101101000010 | e6bb8288e9ab42 |
EUC-JP | 貊h鬮B | 11101100101111011010001111101000111100101010110101000010 | ecbda3e8f2ad42 |
UTF-8 | 貊h鬮B | 11101000101100101000101011101111101111011000100011101001101011001010111001000010 | e8b28aefbd88e9acae42 |
UHC | 貊h?B | 110110001110011110100011111010000011111101000010 | d8e7a3e83f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)