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Ñ | 1001101111010001100000101000010110000100010101111001101111010001 | 9bd1828584579bd1 |
SJIS-WIN | ?????W?? | 0011111100111111001111110011111100111111010101110011111100111111 | 3f3f3f3f3f573f3f |
EUC-JP | ?Ñ???W?Ñ | 001111111000111110101010110100000011111100111111001111110101011100111111100011111010101011010000 | 3f8faad03f3f3f573f8faad0 |
UTF-8 | Ñ WÑ | 110000101001101111000011100100011100001010000010110000101000010111000010100001000101011111000010100110111100001110010001 | c29bc391c282c285c28457c29bc391 |
UHC | ?????W?? | 0011111100111111001111110011111100111111010101110011111100111111 | 3f3f3f3f3f573f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)