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 | ?I?I^ | 0011111101001001001111110100100101011110 | 3f493f495e |
SJIS-WIN | 直I直I^ | 10010010101111000100100110010010101111000100100101011110 | 92bc4992bc495e |
EUC-JP | 直I直I^ | 11000100101111100100100111000100101111100100100101011110 | c4be49c4be495e |
UTF-8 | 直I直I^ | 111001111001101110110100010010011110011110011011101101000100100101011110 | e79bb449e79bb4495e |
UHC | 直I直I^ | 11110010110000010100100111110010110000010100100101011110 | f2c149f2c1495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)