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 | ?O? | 001111110100111100111111 | 3f4f3f |
SJIS-WIN | 席O銑 | 1001000011001000010011111001000101001100 | 90c84f914c |
EUC-JP | 席O銑 | 1100000011001010010011111100000110101101 | c0ca4fc1ad |
UTF-8 | 席O銑 | 11100101101110001010110101001111111010011000101010010001 | e5b8ad4fe98a91 |
UHC | 席O銑 | 1110000010101100010011111110000011010101 | e0ac4fe0d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)