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 | 脱存存炭 | 1001001001000101100100011011011010010001101101101001001001011001 | 924591b691b69259 |
EUC-JP | 脱存存炭 | 1100001110100110110000101011100011000010101110001100001110111010 | c3a6c2b8c2b8c3ba |
UTF-8 | 脱存存炭 | 111010001000010010110001111001011010110110011000111001011010110110011000111001111000001010101101 | e884b1e5ad98e5ad98e782ad |
UHC | ?存存炭 | 00111111111100001110110111110000111011011111011110101001 | 3ff0edf0edf7a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)