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 | PCc^ | 100100100101000010010010010000110110001101011110 | 92509243635e |
SJIS-WIN | ?P?Cc^ | 001111110101000000111111010000110110001101011110 | 3f503f43635e |
EUC-JP | ?P?Cc^ | 001111110101000000111111010000110110001101011110 | 3f503f43635e |
UTF-8 | PCc^ | 1100001010010010010100001100001010010010010000110110001101011110 | c29250c29243635e |
UHC | ?P?Cc^ | 001111110101000000111111010000110110001101011110 | 3f503f43635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)