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 | è±æ® | 1110100010110001100011101110011010101110 | e8b18ee6ae |
SJIS-WIN | ?±??? | 001111111000000101111101001111110011111100111111 | 3f817d3f3f3f |
EUC-JP | è±?æ® | 100011111010101110110010101000011101111000111111100011111010100111000001100011111010001011101110 | 8fabb2a1de3f8fa9c18fa2ee |
UTF-8 | è±æ® | 11000011101010001100001010110001110000101000111011000011101001101100001010101110 | c3a8c2b1c28ec3a6c2ae |
UHC | ?±?æ® | 0011111110100001101111100011111110101001101000011010001011100111 | 3fa1be3fa9a1a2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)