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 | è±è³V | 11101000100001001011000111101000101100111000101001010110 | e884b1e8b38a56 |
SJIS-WIN | ??±???V | 0011111100111111100000010111110100111111001111110011111101010110 | 3f3f817d3f3f3f56 |
EUC-JP | è?±è??V | 100011111010101110110010001111111010000111011110100011111010101110110010001111110011111101010110 | 8fabb23fa1de8fabb23f3f56 |
UTF-8 | è±è³V | 11000011101010001100001010000100110000101011000111000011101010001100001010110011110000101000101001010110 | c3a8c284c2b1c3a8c2b3c28a56 |
UHC | ??±?³?V | 001111110011111110100001101111100011111110101001111110000011111101010110 | 3f3fa1be3fa9f83f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)