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 | FDe^ | 100100100100011010010001010001000110010101011110 | 92469144655e |
SJIS-WIN | ?F?De^ | 001111110100011000111111010001000110010101011110 | 3f463f44655e |
EUC-JP | ?F?De^ | 001111110100011000111111010001000110010101011110 | 3f463f44655e |
UTF-8 | FDe^ | 1100001010010010010001101100001010010001010001000110010101011110 | c29246c29144655e |
UHC | ?F?De^ | 001111110100011000111111010001000110010101011110 | 3f463f44655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)