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 | 言??蒻 | 100011001011111000111111001111111110010011101000 | 8cbe3f3fe4e8 |
EUC-JP | 言??蒻 | 101110001100000000111111001111111110100011101010 | b8c03f3fe8ea |
UTF-8 | 言㏝죴蒻 | 111010001010100010000000111000111000111110011101111011001010001110110100111010001001001010111011 | e8a880e38f9deca3b4e892bb |
UHC | 言㏝죴蒻 | 1110010111101011101001111110100110100001100011111110010110110110 | e5eba7e9a18fe5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)