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 | þRCIB | 1001000111111110010100101001001001000011100100100100100101000010 | 91fe529243924942 |
SJIS-WIN | ??R?C?IB | 0011111100111111010100100011111101000011001111110100100101000010 | 3f3f523f433f4942 |
EUC-JP | ?þR?C?IB | 00111111100011111010100111010000010100100011111101000011001111110100100101000010 | 3f8fa9d0523f433f4942 |
UTF-8 | þRCIB | 110000101001000111000011101111100101001011000010100100100100001111000010100100100100100101000010 | c291c3be52c29243c2924942 |
UHC | ?þR?C?IB | 001111111010100110101101010100100011111101000011001111110100100101000010 | 3fa9ad523f433f4942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)