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 | 攝? | 100111011001000000111111 | 9d903f |
EUC-JP | 攝? | 110110011111000000111111 | d9f03f |
UTF-8 | 攝뚌 | 111001101001010010011101111010111001101010001100 | e6949deb9a8c |
UHC | 攝뚌 | 11100000111011101000110011001111 | e0ee8ccf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)