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 | ää¥á | 1110010010011100100000011110010010000001101001011110000110010101 | e49c81e481a5e195 |
SJIS-WIN | ?????¥?? | 001111110011111100111111001111110011111110000001100011110011111100111111 | 3f3f3f3f3f818f3f3f |
EUC-JP | ä??ä??á? | 1000111110101011101000110011111100111111100011111010101110100011001111110011111110001111101010111010000100111111 | 8faba33f3f8faba33f3f8faba13f |
UTF-8 | ää¥á | 11000011101001001100001010011100110000101000000111000011101001001100001010000001110000101010010111000011101000011100001010010101 | c3a4c29cc281c3a4c281c2a5c3a1c295 |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)