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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 嬖啖北啖B | 100110110110100110011010010101101001011001101011100110100101011001000010 | 9b699a56966b9a5642 |
EUC-JP | 嬖啖北啖B | 110101011100101011010011101101111100101111001100110100111011011101000010 | d5cad3b7cbccd3b742 |
UTF-8 | 嬖啖北啖B | 11100101101011001001011011100101100101011001011011100101100011001001011111100101100101011001011001000010 | e5ac96e59596e58c97e5959642 |
UHC | 嬖啖北啖B | 111110001100011011010011101110101101110111000001110100111011101001000010 | f8c6d3baddc1d3ba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)