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 | æ±ë ¢ | 111001101001100010110001111010111010000010100010 | e698b1eba0a2 |
SJIS-WIN | ??±??¢ | 0011111100111111100000010111110100111111001111111000000110010001 | 3f3f817d3f3f8191 |
EUC-JP | �� | 100011111010100111000001001111111010000111011110100011111010101110110011001111111010000111110001 | 8fa9c13fa1de8fabb33fa1f1 |
UTF-8 | æ±ë ¢ | 110000111010011011000010100110001100001010110001110000111010101111000010101000001100001010100010 | c3a6c298c2b1c3abc2a0c2a2 |
UHC | æ?±??? | 1010100110100001001111111010000110111110001111110011111100111111 | a9a13fa1be3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)