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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 羈葛ご裴 | 1110001110110001100010101000101110000010101100101110010111101000 | e3b18a8b82b2e5e8 |
EUC-JP | 羈葛ご裴 | 1110011010110011101100111110101110100100101101001110101011101010 | e6b3b3eba4b4eaea |
UTF-8 | 羈葛ご裴 | 111001111011111010001000111010001001000110011011111000111000000110010100111010001010001110110100 | e7be88e8919be38194e8a3b4 |
UHC | 羈葛ご裴 | 1101000110111100110010101110011110101010101101001101101111010000 | d1bccae7aab4dbd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)