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^ | 1110011011000000100101110100000101000100111001101100000010010111010000010100010001011110 | e6c0974144e6c09741445e |
EUC-JP | 貘輸D貘輸D^ | 1110110011000010110011011010001001000100111011001100001011001101101000100100010001011110 | ecc2cda244ecc2cda2445e |
UTF-8 | 貘輸D貘輸D^ | 111010001011001010011000111010001011110010111000010001001110100010110010100110001110100010111100101110000100010001011110 | e8b298e8bcb844e8b298e8bcb8445e |
UHC | ?輸D?輸D^ | 001111111110001011000011010001000011111111100010110000110100010001011110 | 3fe2c3443fe2c3445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)