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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??’淫? | 00111111001111111000000101100110100010001111101000111111 | 3f3f816688fa3f |
EUC-JP | ??’淫? | 00111111001111111010000111000111101100001111110000111111 | 3f3fa1c7b0fc3f |
UTF-8 | 類믥’淫텯 | 111011111010011110010000111010111010111110100101111000101000000010011001111001101011011110101011111011011000010110101111 | efa790ebafa5e28099e6b7abed85af |
UHC | 類믥’淫텯 | 11101011101110101001001011100111101000011010111111101011111000101011011101000010 | ebba92e7a1afebe2b742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)