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 | ò¿ÝøÛÖ | 111100101011111111011101111110001101101111010110 | f2bfddf8dbd6 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ò¿ÝøÛÖ | 100011111010101111010010100011111010001011000100100011111010101011110010100011111010100111001100100011111010101011100101100011111010101011010011 | 8fabd28fa2c48faaf28fa9cc8faae58faad3 |
UTF-8 | ò¿ÝøÛÖ | 110000111011001011000010101111111100001110011101110000111011100011000011100110111100001110010110 | c3b2c2bfc39dc3b8c39bc396 |
UHC | ?¿?ø?? | 0011111110100010101011110011111110101001101010100011111100111111 | 3fa2af3fa9aa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)