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?? | 00111111011000100011111100111111 | 3f623f3f |
SJIS-WIN | 但b脱賊 | 10010010010000010110001010010010010001011001000110101111 | 924162924591af |
EUC-JP | 但b脱賊 | 11000011101000100110001011000011101001101100001010110001 | c3a262c3a6c2b1 |
UTF-8 | 但b脱賊 | 11100100101111011000011001100010111010001000010010110001111010001011001110001010 | e4bd8662e884b1e8b38a |
UHC | 但b?賊 | 110100111010001101100010001111111110111011100100 | d3a3623feee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)