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 | è¶ä»¶ | 111010001011011010000001111001001011101110110110 | e8b681e4bbb6 |
SJIS-WIN | ?¶???¶ | 0011111110000001111101110011111100111111001111111000000111110111 | 3f81f73f3f3f81f7 |
EUC-JP | �� | 100011111010101110110010101000101111100100111111100011111010101110100011001111111010001011111001 | 8fabb2a2f93f8faba33fa2f9 |
UTF-8 | è¶ä»¶ | 110000111010100011000010101101101100001010000001110000111010010011000010101110111100001010110110 | c3a8c2b6c281c3a4c2bbc2b6 |
UHC | ?¶???¶ | 0011111110100010110100100011111100111111001111111010001011010010 | 3fa2d23f3f3fa2d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)