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 | 100011111100011011100010011010011000111111000110111000100110100101000010 | 8fc6e2698fc6e26942 |
SJIS-WIN | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
EUC-JP | ?Æâi?ÆâiB | 0011111110001111101010011010000110001111101010111010010001101001001111111000111110101001101000011000111110101011101001000110100101000010 | 3f8fa9a18faba4693f8fa9a18faba46942 |
UTF-8 | ÆâiÆâiB | 110000101000111111000011100001101100001110100010011010011100001010001111110000111000011011000011101000100110100101000010 | c28fc386c3a269c28fc386c3a26942 |
UHC | ?Æ?i?Æ?iB | 0011111110101000101000010011111101101001001111111010100010100001001111110110100101000010 | 3fa8a13f693fa8a13f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)