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^ | 111001110111011000111111010001001110011101110110001111110100010001011110 | e7763f44e7763f445e |
EUC-JP | 轅?D轅?D^ | 111011011101011100111111010001001110110111010111001111110100010001011110 | edd73f44edd73f445e |
UTF-8 | 轅렒D轅렒D^ | 111010001011110110000101111010111010000010010010010001001110100010111101100001011110101110100000100100100100010001011110 | e8bd85eba09244e8bd85eba092445e |
UHC | 轅렒D轅렒D^ | 1110101010111111100011101010011101000100111010101011111110001110101001110100010001011110 | eabf8ea744eabf8ea7445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)