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 | 10011100110011110110100110011100110011110110100101000010 | 9ccf699ccf6942 |
SJIS-WIN | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
EUC-JP | ?Ïi?ÏiB | 0011111110001111101010101100000101101001001111111000111110101010110000010110100101000010 | 3f8faac1693f8faac16942 |
UTF-8 | ÏiÏiB | 1100001010011100110000111000111101101001110000101001110011000011100011110110100101000010 | c29cc38f69c29cc38f6942 |
UHC | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)