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 | 質贖七 | 100011101011111111100110110111001000111010110101 | 8ebfe6dc8eb5 |
EUC-JP | 質贖七 | 101111001100000111101100110111101011110010110111 | bcc1ecdebcb7 |
UTF-8 | 質贖七 | 111010001011001110101010111010001011010010010110111001001011100010000011 | e8b3aae8b496e4b883 |
UHC | 質贖七 | 111100101111010111100001110110111111011011010010 | f2f5e1dbf6d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)