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 | ?r | 0011111101110010 | 3f72 |
SJIS-WIN | 叩r | 100100100100000001110010 | 924072 |
EUC-JP | 叩r | 110000111010000101110010 | c3a172 |
UTF-8 | 叩r | 11100101100011111010100101110010 | e58fa972 |
UHC | 叩r | 110011011011000001110010 | cdb072 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)