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^ | 100011001111010000111111010001001000110011110100001111110100010001011110 | 8cf43f448cf43f445e |
EUC-JP | 倖?D倖?D^ | 101110001111011000111111010001001011100011110110001111110100010001011110 | b8f63f44b8f63f445e |
UTF-8 | 倖렒D倖렒D^ | 111001011000000010010110111010111010000010010010010001001110010110000000100101101110101110100000100100100100010001011110 | e58096eba09244e58096eba092445e |
UHC | 倖렒D倖렒D^ | 1111101010111000100011101010011101000100111110101011100010001110101001110100010001011110 | fab88ea744fab88ea7445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)