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 | 雖氏? | 1110010110101011100011101000000100111111 | e5ab8e813f |
EUC-JP | 雖氏? | 1110101010101101101110111110000100111111 | eaadbbe13f |
UTF-8 | 雖氏뤓 | 111010011001101110010110111001101011000010001111111010111010010010010011 | e99b96e6b08feba493 |
UHC | 雖氏뤓 | 111000101100110011100100101010111000111111000011 | e2cce4ab8fc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)