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 | ·çWY | 1001101110110111111001110101011101011001 | 9bb7e75759 |
SJIS-WIN | ???WY | 0011111100111111001111110101011101011001 | 3f3f3f5759 |
EUC-JP | ??çWY | 00111111001111111000111110101011101011100101011101011001 | 3f3f8fabae5759 |
UTF-8 | ·çWY | 1100001010011011110000101011011111000011101001110101011101011001 | c29bc2b7c3a75759 |
UHC | ?·?WY | 001111111010000110100100001111110101011101011001 | 3fa1a43f5759 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)