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 | »¶ý»¶ý^ | 100011111011101110110110111111011000111110111011101101101111110101011110 | 8fbbb6fd8fbbb6fd5e |
SJIS-WIN | ??¶???¶?^ | 0011111100111111100000011111011100111111001111110011111110000001111101110011111101011110 | 3f3f81f73f3f3f81f73f5e |
EUC-JP | ??¶ý??¶ý^ | 001111110011111110100010111110011000111110101011111100100011111100111111101000101111100110001111101010111111001001011110 | 3f3fa2f98fabf23f3fa2f98fabf25e |
UTF-8 | »¶ý»¶ý^ | 1100001010001111110000101011101111000010101101101100001110111101110000101000111111000010101110111100001010110110110000111011110101011110 | c28fc2bbc2b6c3bdc28fc2bbc2b6c3bd5e |
UHC | ??¶???¶?^ | 0011111100111111101000101101001000111111001111110011111110100010110100100011111101011110 | 3f3fa2d23f3f3fa2d23f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)