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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 樗棒鵑B | 10010010100101001001011001011111111010100100001101000010 | 9294965fea4342 |
EUC-JP | 樗棒鵑B | 11000011111101001100101111000000111100111010010001000010 | c3f4cbc0f3a442 |
UTF-8 | 樗棒鵑B | 11100110101010001001011111100110101000111001001011101001101101011001000101000010 | e6a897e6a392e9b59142 |
UHC | 樗棒鵑B | 11101110110000001101110011101010110011001011101101000010 | eec0dceaccbb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)