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 | CRCRB | 100100100100001110010010010100101001001001000011100100100101001001000010 | 924392529243925242 |
SJIS-WIN | ?C?R?C?RB | 001111110100001100111111010100100011111101000011001111110101001001000010 | 3f433f523f433f5242 |
EUC-JP | ?C?R?C?RB | 001111110100001100111111010100100011111101000011001111110101001001000010 | 3f433f523f433f5242 |
UTF-8 | CRCRB | 11000010100100100100001111000010100100100101001011000010100100100100001111000010100100100101001001000010 | c29243c29252c29243c2925242 |
UHC | ?C?R?C?RB | 001111110100001100111111010100100011111101000011001111110101001001000010 | 3f433f523f433f5242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)