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 | ?\ | 0011111101011100 | 3f5c |
SJIS-WIN | 蝕\ | 100100000100100101011100 | 90495c |
EUC-JP | 蝕\ | 101111111010101001011100 | bfaa5c |
UTF-8 | 蝕\ | 11101000100111011001010101011100 | e89d955c |
UHC | 蝕\ | 111000111101101001011100 | e3da5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)