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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 酣棏 | 111001111100010111110001111011101111101011100111 | e7c5f1eefae7 |
EUC-JP | 酣?棏 | 111011101100011100111111100011111100001111111110 | eec73f8fc3fe |
UTF-8 | 酣棏 | 111010011000010110100011111011101000010110101001111001101010001110001111 | e985a3ee85a9e6a38f |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)