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 | ©ÁaM^ | 100011111010100111000001011000010100110101011110 | 8fa9c1614d5e |
SJIS-WIN | ???aM^ | 001111110011111100111111011000010100110101011110 | 3f3f3f614d5e |
EUC-JP | ?©ÁaM^ | 00111111100011111010001011101101100011111010101010100001011000010100110101011110 | 3f8fa2ed8faaa1614d5e |
UTF-8 | ©ÁaM^ | 110000101000111111000010101010011100001110000001011000010100110101011110 | c28fc2a9c381614d5e |
UHC | ???aM^ | 001111110011111100111111011000010100110101011110 | 3f3f3f614d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)