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~ | 10010111011100111001011101111110 | 9773977e |
SJIS-WIN | ?s?~ | 00111111011100110011111101111110 | 3f733f7e |
EUC-JP | ?s?~ | 00111111011100110011111101111110 | 3f733f7e |
UTF-8 | s~ | 110000101001011101110011110000101001011101111110 | c29773c2977e |
UHC | ?s?~ | 00111111011100110011111101111110 | 3f733f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)