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 | ±ä±ä^ | 1011000111100100101100011110010001011110 | b1e4b1e45e |
SJIS-WIN | ±?±?^ | 10000001011111010011111110000001011111010011111101011110 | 817d3f817d3f5e |
EUC-JP | ±ä±ä^ | 1010000111011110100011111010101110100011101000011101111010001111101010111010001101011110 | a1de8faba3a1de8faba35e |
UTF-8 | ±ä±ä^ | 110000101011000111000011101001001100001010110001110000111010010001011110 | c2b1c3a4c2b1c3a45e |
UHC | ±?±?^ | 10100001101111100011111110100001101111100011111101011110 | a1be3fa1be3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)