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 | 銖也キ | 1110011111110001100101101110011110110111 | e7f196e7b7 |
EUC-JP | 銖也キ | 111011101111001111001100111010011000111010110111 | eef3cce98eb7 |
UTF-8 | 銖也キ | 111010011000101010010110111001001011100110011111111011111011110110110111 | e98a96e4b99fefbdb7 |
UHC | 銖也? | 1110001011000111111001011010010100111111 | e2c7e5a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)