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 | 圓? | 100110101010001000111111 | 9aa23f |
EUC-JP | 圓? | 110101001010010000111111 | d4a43f |
UTF-8 | 圓잭 | 111001011001110010010011111011001001111010101101 | e59c93ec9ead |
UHC | 圓잭 | 11101010101011011100000011101000 | eaadc0e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)