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 | âMMM | 1110001010000001100100110100110110010011010011011001001101001101 | e281934d934d934d |
SJIS-WIN | ???M?M?M | 0011111100111111001111110100110100111111010011010011111101001101 | 3f3f3f4d3f4d3f4d |
EUC-JP | â??M?M?M | 10001111101010111010010000111111001111110100110100111111010011010011111101001101 | 8faba43f3f4d3f4d3f4d |
UTF-8 | âMMM | 11000011101000101100001010000001110000101001001101001101110000101001001101001101110000101001001101001101 | c3a2c281c2934dc2934dc2934d |
UHC | ???M?M?M | 0011111100111111001111110100110100111111010011010011111101001101 | 3f3f3f4d3f4d3f4d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)