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 | 顫畷央粤 | 1110100011111010100100111110101110001001100110111110001011100011 | e8fa93eb899be2e3 |
EUC-JP | 顫畷央粤 | 1111000011111100110001101110110110110001111110111110010011100101 | f0fcc6edb1fbe4e5 |
UTF-8 | 顫畷央粤 | 111010011010000110101011111001111001010110110111111001011010010010101110111001111011001010100100 | e9a1abe795b7e5a4aee7b2a4 |
UHC | 顫?央? | 111011111011010100111111111001001110011100111111 | efb53fe4e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)