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 | 炭族存炭 | 1001001001011001100100011011000010010001101101101001001001011001 | 925991b091b69259 |
EUC-JP | 炭族存炭 | 1100001110111010110000101011001011000010101110001100001110111010 | c3bac2b2c2b8c3ba |
UTF-8 | 炭族存炭 | 111001111000001010101101111001101001011110001111111001011010110110011000111001111000001010101101 | e782ade6978fe5ad98e782ad |
UHC | 炭族存炭 | 1111011110101001111100001110100111110000111011011111011110101001 | f7a9f0e9f0edf7a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)