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^ | 1110100010101000100110110100110101011110 | e8a89b4d5e |
SJIS-WIN | ?¨?M^ | 001111111000000101001110001111110100110101011110 | 3f814e3f4d5e |
EUC-JP | �M^ | 1000111110101011101100101010000110101111001111110100110101011110 | 8fabb2a1af3f4d5e |
UTF-8 | è¨M^ | 1100001110101000110000101010100011000010100110110100110101011110 | c3a8c2a8c29b4d5e |
UHC | ?¨?M^ | 001111111010000110100111001111110100110101011110 | 3fa1a73f4d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)