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 | 狸褻賊狸 | 1001001001001011111001011111011010010001101011111001001001001011 | 924be5f691af924b |
EUC-JP | 狸褻賊狸 | 1100001110101100111010101111100011000010101100011100001110101100 | c3aceaf8c2b1c3ac |
UTF-8 | 狸褻賊狸 | 111001111000101110111000111010001010010010111011111010001011001110001010111001111000101110111000 | e78bb8e8a4bbe8b38ae78bb8 |
UHC | 狸褻賊狸 | 1101011111100001111000001110000111101110111001001101011111100001 | d7e1e0e1eee4d7e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)