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ç` | 1001001101010111100010101000110011100111100000001001100101100000 | 93578a8ce7809960 |
SJIS-WIN | ?W?????` | 0011111101010111001111110011111100111111001111110011111101100000 | 3f573f3f3f3f3f60 |
EUC-JP | ?W??ç??` | 00111111010101110011111100111111100011111010101110101110001111110011111101100000 | 3f573f3f8fabae3f3f60 |
UTF-8 | Wç` | 1100001010010011010101111100001010001010110000101000110011000011101001111100001010000000110000101001100101100000 | c29357c28ac28cc3a7c280c29960 |
UHC | ?W?????` | 0011111101010111001111110011111100111111001111110011111101100000 | 3f573f3f3f3f3f60 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)