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 | 症?讒上 | 10001111110001110011111111100110101001111000111111100011 | 8fc73fe6a78fe3 |
EUC-JP | 症錟讒上 | 101111101100100110001111111001001101110111101100101010011011111011100101 | bec98fe4ddeca9bee5 |
UTF-8 | 症錟讒上 | 111001111001011110000111111010011000110010011111111010001010111010010010111001001011100010001010 | e79787e98c9fe8ae92e4b88a |
UHC | 症錟讒上 | 1111000111111000110100111100101011110011110110001101111110111110 | f1f8d3caf3d8dfbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)