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 | ÌècB | 1001111011001100111010000110001101000010 | 9ecce86342 |
SJIS-WIN | ???cB | 0011111100111111001111110110001101000010 | 3f3f3f6342 |
EUC-JP | ?ÌècB | 001111111000111110101010110000001000111110101011101100100110001101000010 | 3f8faac08fabb26342 |
UTF-8 | ÌècB | 1100001010011110110000111000110011000011101010000110001101000010 | c29ec38cc3a86342 |
UHC | ???cB | 0011111100111111001111110110001101000010 | 3f3f3f6342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)