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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 韃域万邵 | 1110100011100101100010001110011010010110100111001110011110111000 | e8e588e6969ce7b8 |
EUC-JP | 韃域万邵 | 1111000011100111101100001110100011001011111111001110111010111010 | f0e7b0e8cbfceeba |
UTF-8 | 韃域万邵 | 111010011001111110000011111001011001111110011111111001001011100010000111111010011000001010110101 | e99f83e59f9fe4b887e982b5 |
UHC | ?域万邵 | 00111111111001101011010011011000101100101110000111010000 | 3fe6b4d8b2e1d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)