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 | ?w?w^ | 0011111101110111001111110111011101011110 | 3f773f775e |
SJIS-WIN | 泅w泅w^ | 10011111100110100111011110011111100110100111011101011110 | 9f9a779f9a775e |
EUC-JP | 泅w泅w^ | 11011101111110100111011111011101111110100111011101011110 | ddfa77ddfa775e |
UTF-8 | 泅w泅w^ | 111001101011001110000101011101111110011010110011100001010111011101011110 | e6b38577e6b385775e |
UHC | ?w?w^ | 0011111101110111001111110111011101011110 | 3f773f775e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)