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 | ܸÉÒìñ | 11011100101110001000111111001001110100101110110011110001 | dcb88fc9d2ecf1 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ܸ?ÉÒìñ | 10001111101010101110010010001111101000101011000100111111100011111010101010110001100011111010101011010010100011111010101111000000100011111010101111010000 | 8faae48fa2b13f8faab18faad28fabc08fabd0 |
UTF-8 | ܸÉÒìñ | 1100001110011100110000101011100011000010100011111100001110001001110000111001001011000011101011001100001110110001 | c39cc2b8c28fc389c392c3acc3b1 |
UHC | ?¸????? | 0011111110100010101011000011111100111111001111110011111100111111 | 3fa2ac3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)