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 | èçùäCãA | 111010001110011110011011111110011110010010011011010000111110001101000001 | e8e79bf9e49b43e341 |
SJIS-WIN | ??????C?A | 001111110011111100111111001111110011111100111111010000110011111101000001 | 3f3f3f3f3f3f433f41 |
EUC-JP | èç?ùä?CãA | 10001111101010111011001010001111101010111010111000111111100011111010101111100011100011111010101110100011001111110100001110001111101010111010101001000001 | 8fabb28fabae3f8fabe38faba33f438fabaa41 |
UTF-8 | èçùäCãA | 11000011101010001100001110100111110000101001101111000011101110011100001110100100110000101001101101000011110000111010001101000001 | c3a8c3a7c29bc3b9c3a4c29b43c3a341 |
UHC | ??????C?A | 001111110011111100111111001111110011111100111111010000110011111101000001 | 3f3f3f3f3f3f433f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)