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 | ??M???E | 00111111001111110100110100111111001111110011111101000101 | 3f3f4d3f3f3f45 |
SJIS-WIN | テ、Mツ愿ッE | 1100001110100100010011011100001010011100110000111010111101000101 | c3a44dc29cc3af45 |
EUC-JP | テ、Mツ愿ッE | 100011101100001110001110101001000100110110001110110000101101100011000101100011101010111101000101 | 8ec38ea44d8ec2d8c58eaf45 |
UTF-8 | テ、Mツ愿ッE | 1110111110111110100000111110111110111101101001000100110111101111101111101000001011100110100001001011111111101111101111011010111101000101 | efbe83efbda44defbe82e684bfefbdaf45 |
UHC | ??M?愿?E | 0011111100111111010011010011111111101010101101000011111101000101 | 3f3f4d3feab43f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)