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 | 100011011101100110010110010111111110000001110011 | 8dd9965fe073 |
SJIS-WIN | ???_?s | 001111110011111100111111010111110011111101110011 | 3f3f3f5f3f73 |
EUC-JP | ?Ù?_às | 00111111100011111010101011100011001111110101111110001111101010111010001001110011 | 3f8faae33f5f8faba273 |
UTF-8 | Ù_às | 11000010100011011100001110011001110000101001011001011111110000111010000001110011 | c28dc399c2965fc3a073 |
UHC | ???_?s | 001111110011111100111111010111110011111101110011 | 3f3f3f5f3f73 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)