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 | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
SJIS-WIN | iiB | 111101111010110011110110111000101111001110110101011010011111011110101100111101101110001011110011101101010110100101000010 | f7acf6e2f3b569f7acf6e2f3b56942 |
EUC-JP | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
UTF-8 | iiB | 111011101001011010001111111011101001010010001001111011101000101010101000011010011110111010010110100011111110111010010100100010011110111010001010101010000110100101000010 | ee968fee9489ee8aa869ee968fee9489ee8aa86942 |
UHC | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)