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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 脱存其狸他 | 10010010010001011001000110110110100100011011010010010010010010111001000110111100 | 924591b691b4924b91bc |
EUC-JP | 脱存其狸他 | 11000011101001101100001010111000110000101011011011000011101011001100001010111110 | c3a6c2b8c2b6c3acc2be |
UTF-8 | 脱存其狸他 | 111010001000010010110001111001011010110110011000111001011000010110110110111001111000101110111000111001001011101110010110 | e884b1e5ad98e585b6e78bb8e4bb96 |
UHC | ?存其狸他 | 001111111111000011101101110100001110110011010111111000011111011011100010 | 3ff0edd0ecd7e1f6e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)