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 | 111010001110100010010001011010011110100011101000100100010110100101000010 | e8e89169e8e8916942 |
SJIS-WIN | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
EUC-JP | èè?ièè?iB | 1000111110101011101100101000111110101011101100100011111101101001100011111010101110110010100011111010101110110010001111110110100101000010 | 8fabb28fabb23f698fabb28fabb23f6942 |
UTF-8 | èèièèiB | 110000111010100011000011101010001100001010010001011010011100001110101000110000111010100011000010100100010110100101000010 | c3a8c3a8c29169c3a8c3a8c2916942 |
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)