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 | ìÁÔì²¼ | 1110110011000001110101001110110010001110101100101000111010111100 | ecc1d4ec8eb28ebc |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ìÁÔì???? | 10001111101010111100000010001111101010101010000110001111101010101101010010001111101010111100000000111111001111110011111100111111 | 8fabc08faaa18faad48fabc03f3f3f3f |
UTF-8 | ìÁÔì²¼ | 11000011101011001100001110000001110000111001010011000011101011001100001010001110110000101011001011000010100011101100001010111100 | c3acc381c394c3acc28ec2b2c28ec2bc |
UHC | ?????²?¼ | 00111111001111110011111100111111001111111010100111110111001111111010100011111001 | 3f3f3f3f3fa9f73fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)