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^ | 1110010010110111100011101100110110001110101100000100110101011110 | e4b78ecd8eb04d5e |
EUC-JP | 莵赦鴫M^ | 1110100010111001101111001100111110111100101100100100110101011110 | e8b9bccfbcb24d5e |
UTF-8 | 莵赦鴫M^ | 1110100010001110101101011110100010110101101001101110100110110100101010110100110101011110 | e88eb5e8b5a6e9b4ab4d5e |
UHC | ?赦?M^ | 001111111101111011110101001111110100110101011110 | 3fdef53f4d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)