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 | 銹也キ | 1110011111110110100101101110011110110111 | e7f696e7b7 |
EUC-JP | 銹也キ | 111011101111100011001100111010011000111010110111 | eef8cce98eb7 |
UTF-8 | 銹也キ | 111010011000101010111001111001001011100110011111111011111011110110110111 | e98ab9e4b99fefbdb7 |
UHC | 銹也? | 1110001011001000111001011010010100111111 | e2c8e5a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)