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 | èß²éç | 11101000110111111011001011101001100001101001000011100111 | e8dfb2e98690e7 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | èß?é??ç | 100011111010101110110010100011111010100111001110001111111000111110101011101100010011111100111111100011111010101110101110 | 8fabb28fa9ce3f8fabb13f3f8fabae |
UTF-8 | èß²éç | 1100001110101000110000111001111111000010101100101100001110101001110000101000011011000010100100001100001110100111 | c3a8c39fc2b2c3a9c286c290c3a7 |
UHC | ?ß²???? | 001111111010100110101100101010011111011100111111001111110011111100111111 | 3fa9aca9f73f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)