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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?仝 | 001111111000000101010111 | 3f8157 |
EUC-JP | ?仝 | 001111111010000110111000 | 3fa1b8 |
UTF-8 | 뤦仝 | 111010111010010010100110111001001011101110011101 | eba4a6e4bb9d |
UHC | 뤦仝 | 10001111110101001101010011001110 | 8fd4d4ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)