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 | 跪餓墳粤 | 1110011011101100100010011110110010010101101011011110001011100011 | e6ec89ec95ade2e3 |
EUC-JP | 跪餓墳粤 | 1110110011101110101100101110111011001010101011111110010011100101 | eceeb2eecaafe4e5 |
UTF-8 | 跪餓墳粤 | 111010001011011110101010111010011010010010010011111001011010001010110011111001111011001010100100 | e8b7aae9a493e5a2b3e7b2a4 |
UHC | ?餓墳? | 001111111110010010111011110111011100010100111111 | 3fe4bbddc53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)