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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 淼咤] | 1111101101000101100110100100001001011101 | fb459a425d |
EUC-JP | 淼咤] | 100011111100011111100110110100111010001101011101 | 8fc7e6d3a35d |
UTF-8 | 淼咤] | 11100110101101111011110011100101100100101010010001011101 | e6b7bce592a45d |
UHC | ?咤] | 00111111111101101110001101011101 | 3ff6e35d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)