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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鬮懆ウェ驩キ | 111010011010101110011100111010001011001110101010111010011000100110110111 | e9ab9ce8b3aae989b7 |
EUC-JP | 鬮懆ウェ驩キ | 111100101010110111011000111010101000111010110011100011101010101011110001111010011000111010110111 | f2add8ea8eb38eaaf1e98eb7 |
UTF-8 | 鬮懆ウェ驩キ | 111010011010110010101110111001101000011110000110111011111011110110110011111011111011110110101010111010011010100110101001111011111011110110110111 | e9acaee68786efbdb3efbdaae9a9a9efbdb7 |
UHC | ????驩? | 00111111001111110011111100111111111111001011111000111111 | 3f3f3f3ffcbe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)