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?? | 0011111100111111010011010011111100111111 | 3f3f4d3f3f |
SJIS-WIN | テ、Mツ挾 | 110000111010010001001101110000101001110101110000 | c3a44dc29d70 |
EUC-JP | テ、Mツ挾 | 100011101100001110001110101001000100110110001110110000101101100111010001 | 8ec38ea44d8ec2d9d1 |
UTF-8 | テ、Mツ挾 | 11101111101111101000001111101111101111011010010001001101111011111011111010000010111001101000110010111110 | efbe83efbda44defbe82e68cbe |
UHC | ??M?挾 | 001111110011111101001101001111111111101011110011 | 3f3f4d3ffaf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)