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 | ?s?s^ | 0011111101110011001111110111001101011110 | 3f733f735e |
SJIS-WIN | ?s?s^ | 0011111101110011001111110111001101011110 | 3f733f735e |
EUC-JP | ?s?s^ | 0011111101110011001111110111001101011110 | 3f733f735e |
UTF-8 | 묨s묨s^ | 111010111010110010101000011100111110101110101100101010000111001101011110 | ebaca873ebaca8735e |
UHC | 묨s묨s^ | 10010010010000010111001110010010010000010111001101011110 | 9241739241735e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)