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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 闥ソ蜷晁уB | 11101000100100101011111111100101100100001001110111101000100001001000010101000010 | e892bfe5909de8848542 |
EUC-JP | 闥ソ蜷晁уB | 1110111111110010100011101011111111101001111100001101101011101010101001111110010101000010 | eff28ebfe9f0daeaa7e542 |
UTF-8 | 闥ソ蜷晁уB | 111010011001011110100101111011111011110110111111111010001001110010110111111001101001100110000001110100011000001101000010 | e997a5efbdbfe89cb7e69981d18342 |
UHC | ???晁уB | 0011111100111111001111111111000011000101101011001110010101000010 | 3f3f3ff0c5ace542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)