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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 腦腦^ | 1110010001001001111001000100100101011110 | e449e4495e |
EUC-JP | 腦腦^ | 1110011110101010111001111010101001011110 | e7aae7aa5e |
UTF-8 | 腦腦^ | 11101000100001011010011011101000100001011010011001011110 | e885a6e885a65e |
UHC | 腦腦^ | 1101001011100000110100101110000001011110 | d2e0d2e05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)