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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 鄂募祗h | 11100111101111011001010111100101111000100100110001101000 | e7bd95e5e24c68 |
EUC-JP | 鄂募祗h | 11101110101111111100101011100111111000111010110101101000 | eebfcae7e3ad68 |
UTF-8 | 鄂募祗h | 11101001100001001000001011100101100010111001111111100111101001011001011101101000 | e98482e58b9fe7a59768 |
UHC | 鄂募祗h | 11100100110001111101100110110100111100101011010001101000 | e4c7d9b4f2b468 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)