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 | ç á | 1001011011100111100000101000010110000001100000011110000110001001 | 96e782858181e189 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ?ç????á? | 001111111000111110101011101011100011111100111111001111110011111110001111101010111010000100111111 | 3f8fabae3f3f3f3f8faba13f |
UTF-8 | ç á | 11000010100101101100001110100111110000101000001011000010100001011100001010000001110000101000000111000011101000011100001010001001 | c296c3a7c282c285c281c281c3a1c289 |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)