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 | CMhCM | 100100100100001110010010010011010110100010010010010000111001001001001101 | 9243924d689243924d |
SJIS-WIN | ?C?Mh?C?M | 001111110100001100111111010011010110100000111111010000110011111101001101 | 3f433f4d683f433f4d |
EUC-JP | ?C?Mh?C?M | 001111110100001100111111010011010110100000111111010000110011111101001101 | 3f433f4d683f433f4d |
UTF-8 | CMhCM | 11000010100100100100001111000010100100100100110101101000110000101001001001000011110000101001001001001101 | c29243c2924d68c29243c2924d |
UHC | ?C?Mh?C?M | 001111110100001100111111010011010110100000111111010000110011111101001101 | 3f433f4d683f433f4d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)