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 | 111010001111111010001100011010011110100011111110100011000110100101000010 | e8fe8c69e8fe8c6942 |
SJIS-WIN | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
EUC-JP | èþ?ièþ?iB | 1000111110101011101100101000111110101001110100000011111101101001100011111010101110110010100011111010100111010000001111110110100101000010 | 8fabb28fa9d03f698fabb28fa9d03f6942 |
UTF-8 | èþièþiB | 110000111010100011000011101111101100001010001100011010011100001110101000110000111011111011000010100011000110100101000010 | c3a8c3bec28c69c3a8c3bec28c6942 |
UHC | ?þ?i?þ?iB | 0011111110101001101011010011111101101001001111111010100110101101001111110110100101000010 | 3fa9ad3f693fa9ad3f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)