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 | ç~Sã | 1110011101111110100000111000111110001111010100111110001110000111 | e77e838f8f53e387 |
SJIS-WIN | ?~???S?? | 0011111101111110001111110011111100111111010100110011111100111111 | 3f7e3f3f3f533f3f |
EUC-JP | ç~???Sã? | 100011111010101110101110011111100011111100111111001111110101001110001111101010111010101000111111 | 8fabae7e3f3f3f538fabaa3f |
UTF-8 | ç~Sã | 1100001110100111011111101100001010000011110000101000111111000010100011110101001111000011101000111100001010000111 | c3a77ec283c28fc28f53c3a3c287 |
UHC | ?~???S?? | 0011111101111110001111110011111100111111010100110011111100111111 | 3f7e3f3f3f533f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)