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] | 00111111001111110100110101011101 | 3f3f4d5d |
SJIS-WIN | 遶ェM] | 1110011110101011101010100100110101011101 | e7abaa4d5d |
EUC-JP | 遶ェM] | 111011101010110110001110101010100100110101011101 | eead8eaa4d5d |
UTF-8 | 遶ェM] | 1110100110000001101101101110111110111101101010100100110101011101 | e981b6efbdaa4d5d |
UHC | ??M] | 00111111001111110100110101011101 | 3f3f4d5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)