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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 偃?" | 1001100011101110001111111111101001010111 | 98ee3ffa57 |
EUC-JP | 偃?? | 11010000111100000011111100111111 | d0f03f3f |
UTF-8 | 偃용" | 111001011000000110000011111011001001101010101001111011111011110010000010 | e58183ec9aa9efbc82 |
UHC | 偃용" | 111001011110011110111111111010111010001110100010 | e5e7bfeba3a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)