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^ | 0011111100111111001111110100110101011110 | 3f3f3f4d5e |
SJIS-WIN | ??勝M^ | 001111110011111110001111100111110100110101011110 | 3f3f8f9f4d5e |
EUC-JP | ??勝M^ | 001111110011111110111110101000010100110101011110 | 3f3fbea14d5e |
UTF-8 | 챙철勝M^ | 1110110010110001100110011110110010110010101000001110010110001011100111010100110101011110 | ecb199ecb2a0e58b9d4d5e |
UHC | 챙철勝M^ | 1100001110101100110000111011011011100011101011010100110101011110 | c3acc3b6e3ad4d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)