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 | æ±ë ± | 111001101001100010110001111010111010000010110001 | e698b1eba0b1 |
SJIS-WIN | ??±??± | 0011111100111111100000010111110100111111001111111000000101111101 | 3f3f817d3f3f817d |
EUC-JP | �� | 100011111010100111000001001111111010000111011110100011111010101110110011001111111010000111011110 | 8fa9c13fa1de8fabb33fa1de |
UTF-8 | æ±ë ± | 110000111010011011000010100110001100001010110001110000111010101111000010101000001100001010110001 | c3a6c298c2b1c3abc2a0c2b1 |
UHC | æ?±??± | 101010011010000100111111101000011011111000111111001111111010000110111110 | a9a13fa1be3f3fa1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)