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^ | 111011001011000010111101011100111110110010110000101111010111001101011110 | ecb0bd73ecb0bd735e |
UHC | 창s창s^ | 11000011101000100111001111000011101000100111001101011110 | c3a273c3a2735e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)