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 | 箒鮮 | 11100010101101001001000101001110 | e2b4914e |
EUC-JP | 箒鮮 | 11100100101101101100000110101111 | e4b6c1af |
UTF-8 | 箒鮮 | 111001111010111010010010111010011010111010101110 | e7ae92e9aeae |
UHC | ?鮮 | 001111111110000011011000 | 3fe0d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)