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 | ç^ãó | 1110011110000000100000111000011010001101010111101110001111110011 | e78083868d5ee3f3 |
SJIS-WIN | ?????^?? | 0011111100111111001111110011111100111111010111100011111100111111 | 3f3f3f3f3f5e3f3f |
EUC-JP | ç????^ãó | 1000111110101011101011100011111100111111001111110011111101011110100011111010101110101010100011111010101111010001 | 8fabae3f3f3f3f5e8fabaa8fabd1 |
UTF-8 | ç^ãó | 110000111010011111000010100000001100001010000011110000101000011011000010100011010101111011000011101000111100001110110011 | c3a7c280c283c286c28d5ec3a3c3b3 |
UHC | ?????^?? | 0011111100111111001111110011111100111111010111100011111100111111 | 3f3f3f3f3f5e3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)