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 | 盆? | 100101100111111000111111 | 967e3f |
EUC-JP | 盆? | 110010111101111100111111 | cbdf3f |
UTF-8 | 盆뤒 | 111001111001101110000110111010111010010010010010 | e79b86eba492 |
UHC | 盆뤒 | 11011101110011101000111111000010 | ddce8fc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)