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 | è±|^F | 111010001000010010110001011111000101111001000110 | e884b17c5e46 |
SJIS-WIN | ??±|^F | 00111111001111111000000101111101011111000101111001000110 | 3f3f817d7c5e46 |
EUC-JP | è?±|^F | 100011111010101110110010001111111010000111011110011111000101111001000110 | 8fabb23fa1de7c5e46 |
UTF-8 | è±|^F | 110000111010100011000010100001001100001010110001011111000101111001000110 | c3a8c284c2b17c5e46 |
UHC | ??±|^F | 00111111001111111010000110111110011111000101111001000110 | 3f3fa1be7c5e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)