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 | äþ±ý^ | 1110010011111110101100011111110101011110 | e4feb1fd5e |
SJIS-WIN | ??±?^ | 001111110011111110000001011111010011111101011110 | 3f3f817d3f5e |
EUC-JP | äþ±ý^ | 100011111010101110100011100011111010100111010000101000011101111010001111101010111111001001011110 | 8faba38fa9d0a1de8fabf25e |
UTF-8 | äþ±ý^ | 110000111010010011000011101111101100001010110001110000111011110101011110 | c3a4c3bec2b1c3bd5e |
UHC | ?þ±?^ | 00111111101010011010110110100001101111100011111101011110 | 3fa9ada1be3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)