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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 湜質i湜質iB | 1111101101000111100011101011111101101001111110110100011110001110101111110110100101000010 | fb478ebf69fb478ebf6942 |
EUC-JP | 湜質i湜質iB | 10001111110001111111110010111100110000010110100110001111110001111111110010111100110000010110100101000010 | 8fc7fcbcc1698fc7fcbcc16942 |
UTF-8 | 湜質i湜質iB | 111001101011100110011100111010001011001110101010011010011110011010111001100111001110100010110011101010100110100101000010 | e6b99ce8b3aa69e6b99ce8b3aa6942 |
UHC | 湜質i湜質iB | 1110001111010111111100101111010101101001111000111101011111110010111101010110100101000010 | e3d7f2f569e3d7f2f56942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)