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 | 脱端其誰 | 1001001001000101100100100101101110010001101101001001001001001110 | 9245925b91b4924e |
EUC-JP | 脱端其誰 | 1100001110100110110000111011110011000010101101101100001110101111 | c3a6c3bcc2b6c3af |
UTF-8 | 脱端其誰 | 111010001000010010110001111001111010101110101111111001011000010110110110111010001010101010110000 | e884b1e7abafe585b6e8aab0 |
UHC | ?端其誰 | 00111111110100111010111011010000111011001110001011000001 | 3fd3aed0ece2c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)