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 | ̹ÑôøÉÚ | 11001100101110011101000111110100111110001100100111011010 | ccb9d1f4f8c9da |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | Ì?ÑôøÉÚ | 10001111101010101100000000111111100011111010101011010000100011111010101111010100100011111010100111001100100011111010101010110001100011111010101011100010 | 8faac03f8faad08fabd48fa9cc8faab18faae2 |
UTF-8 | ̹ÑôøÉÚ | 1100001110001100110000101011100111000011100100011100001110110100110000111011100011000011100010011100001110011010 | c38cc2b9c391c3b4c3b8c389c39a |
UHC | ?¹??ø?? | 001111111010100111110110001111110011111110101001101010100011111100111111 | 3fa9f63f3fa9aa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)