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 | èçèBB | 1110100011100111100100011110100010010010100101000100001001000010 | e8e791e892944242 |
SJIS-WIN | ??????BB | 0011111100111111001111110011111100111111001111110100001001000010 | 3f3f3f3f3f3f4242 |
EUC-JP | èç?è??BB | 1000111110101011101100101000111110101011101011100011111110001111101010111011001000111111001111110100001001000010 | 8fabb28fabae3f8fabb23f3f4242 |
UTF-8 | èçèBB | 1100001110101000110000111010011111000010100100011100001110101000110000101001001011000010100101000100001001000010 | c3a8c3a7c291c3a8c292c2944242 |
UHC | ??????BB | 0011111100111111001111110011111100111111001111110100001001000010 | 3f3f3f3f3f3f4242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)