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 | XMhXM | 100110100101100010011010010011010110100010011010010110001001101001001101 | 9a589a4d689a589a4d |
SJIS-WIN | ?X?Mh?X?M | 001111110101100000111111010011010110100000111111010110000011111101001101 | 3f583f4d683f583f4d |
EUC-JP | ?X?Mh?X?M | 001111110101100000111111010011010110100000111111010110000011111101001101 | 3f583f4d683f583f4d |
UTF-8 | XMhXM | 11000010100110100101100011000010100110100100110101101000110000101001101001011000110000101001101001001101 | c29a58c29a4d68c29a58c29a4d |
UHC | ?X?Mh?X?M | 001111110101100000111111010011010110100000111111010110000011111101001101 | 3f583f4d683f583f4d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)