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 | 煽銑 | 10010000111110001001000101001100 | 90f8914c |
EUC-JP | 煽銑 | 11000000111110101100000110101101 | c0fac1ad |
UTF-8 | 煽銑 | 111001111000010110111101111010011000101010010001 | e785bde98a91 |
UHC | 煽銑 | 11100000110000111110000011010101 | e0c3e0d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)