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] | 111101111010011111110110101101000100110101011101 | f7a7f6b44d5d |
EUC-JP | ??M] | 00111111001111110100110101011101 | 3f3f4d5d |
UTF-8 | M] | 1110111010010110100010101110111010010011100110110100110101011101 | ee968aee939b4d5d |
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)