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 | 脱多其誰 | 1001001001000101100100011011110110010001101101001001001001001110 | 924591bd91b4924e |
EUC-JP | 脱多其誰 | 1100001110100110110000101011111111000010101101101100001110101111 | c3a6c2bfc2b6c3af |
UTF-8 | 脱多其誰 | 111010001000010010110001111001011010010010011010111001011000010110110110111010001010101010110000 | e884b1e5a49ae585b6e8aab0 |
UHC | ?多其誰 | 00111111110100101111110111010000111011001110001011000001 | 3fd2fdd0ece2c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)