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 | æ±c^ | 1110011010110001100100000110001101011110 | e6b190635e |
SJIS-WIN | ?±?c^ | 001111111000000101111101001111110110001101011110 | 3f817d3f635e |
EUC-JP | æ±?c^ | 1000111110101001110000011010000111011110001111110110001101011110 | 8fa9c1a1de3f635e |
UTF-8 | æ±c^ | 1100001110100110110000101011000111000010100100000110001101011110 | c3a6c2b1c290635e |
UHC | æ±?c^ | 10101001101000011010000110111110001111110110001101011110 | a9a1a1be3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)