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 | æ¢è± | 111001101001110110100010111010001011000110001110 | e69da2e8b18e |
SJIS-WIN | ??¢?±? | 0011111100111111100000011001000100111111100000010111110100111111 | 3f3f81913f817d3f |
EUC-JP | �� | 100011111010100111000001001111111010000111110001100011111010101110110010101000011101111000111111 | 8fa9c13fa1f18fabb2a1de3f |
UTF-8 | æ¢è± | 110000111010011011000010100111011100001010100010110000111010100011000010101100011100001010001110 | c3a6c29dc2a2c3a8c2b1c28e |
UHC | æ???±? | 1010100110100001001111110011111100111111101000011011111000111111 | a9a13f3f3fa1be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)