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^ | 0011111100111111001111110100010001011110 | 3f3f3f445e |
SJIS-WIN | 永??D^ | 100010010110100100111111001111110100010001011110 | 89693f3f445e |
EUC-JP | 永??D^ | 101100011100101000111111001111110100010001011110 | b1ca3f3f445e |
UTF-8 | 永귣젗D^ | 1110011010110000101110001110101010110111101000111110110010100000100101110100010001011110 | e6b0b8eab7a3eca097445e |
UHC | 永귣젗D^ | 1110011110110101100000101110101110100000100100110100010001011110 | e7b582eba093445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)