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 | 111010111101111110000011011010011110101111011111100000110110100101000010 | ebdf8369ebdf836942 |
SJIS-WIN | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
EUC-JP | ëß?iëß?iB | 1000111110101011101100111000111110101001110011100011111101101001100011111010101110110011100011111010100111001110001111110110100101000010 | 8fabb38fa9ce3f698fabb38fa9ce3f6942 |
UTF-8 | ëßiëßiB | 110000111010101111000011100111111100001010000011011010011100001110101011110000111001111111000010100000110110100101000010 | c3abc39fc28369c3abc39fc2836942 |
UHC | ?ß?i?ß?iB | 0011111110101001101011000011111101101001001111111010100110101100001111110110100101000010 | 3fa9ac3f693fa9ac3f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)