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 | ??E | 001111110011111101000101 | 3f3f45 |
SJIS-WIN | 韜勇E | 1110100011101001100101110100010101000101 | e8e9974545 |
EUC-JP | 韜勇E | 1111000011101011110011011010011001000101 | f0ebcda645 |
UTF-8 | 韜勇E | 11101001100111111001110011100101100010111000011101000101 | e99f9ce58b8745 |
UHC | 韜勇E | 1101010010110111111010011011100001000101 | d4b7e9b845 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)