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 | 哺贇 | 10011010010011011110011011010100 | 9a4de6d4 |
EUC-JP | 哺贇 | 11010011101011101110110011010110 | d3aeecd6 |
UTF-8 | 哺贇 | 111001011001001110111010111010001011010010000111 | e593bae8b487 |
UHC | 哺贇 | 11111000110101001110101111001011 | f8d4ebcb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)