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 | 侑褓 | 10011000110100001110010111101110 | 98d0e5ee |
EUC-JP | 侑褓 | 11010000110100101110101011110000 | d0d2eaf0 |
UTF-8 | 侑褓 | 111001001011111010010001111010001010010010010011 | e4be91e8a493 |
UHC | 侑褓 | 11101010111000101101110011001110 | eae2dcce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)