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[ | 10010010010101111001001001011011 | 9257925b |
SJIS-WIN | ?W?[ | 00111111010101110011111101011011 | 3f573f5b |
EUC-JP | ?W?[ | 00111111010101110011111101011011 | 3f573f5b |
UTF-8 | W[ | 110000101001001001010111110000101001001001011011 | c29257c2925b |
UHC | ?W?[ | 00111111010101110011111101011011 | 3f573f5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)