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 | ã@] | 111000110100000001011101 | e3405d |
SJIS-WIN | ?@] | 001111110100000001011101 | 3f405d |
EUC-JP | ã@] | 1000111110101011101010100100000001011101 | 8fabaa405d |
UTF-8 | ã@] | 11000011101000110100000001011101 | c3a3405d |
UHC | ?@] | 001111110100000001011101 | 3f405d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)