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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 奛豕D奛豕D^ | 1111101010100001111001101011001101000100111110101010000111100110101100110100010001011110 | faa1e6b344faa1e6b3445e |
EUC-JP | 奛豕D奛豕D^ | 10001111101110001111011111101100101101010100010010001111101110001111011111101100101101010100010001011110 | 8fb8f7ecb5448fb8f7ecb5445e |
UTF-8 | 奛豕D奛豕D^ | 111001011010010110011011111010001011000110010101010001001110010110100101100110111110100010110001100101010100010001011110 | e5a59be8b19544e5a59be8b195445e |
UHC | ?豕D?豕D^ | 001111111110001111001110010001000011111111100011110011100100010001011110 | 3fe3ce443fe3ce445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)