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 | è±~B | 1110100010000100101100010111111001000010 | e884b17e42 |
SJIS-WIN | ??±~B | 001111110011111110000001011111010111111001000010 | 3f3f817d7e42 |
EUC-JP | è?±~B | 1000111110101011101100100011111110100001110111100111111001000010 | 8fabb23fa1de7e42 |
UTF-8 | è±~B | 1100001110101000110000101000010011000010101100010111111001000010 | c3a8c284c2b17e42 |
UHC | ??±~B | 001111110011111110100001101111100111111001000010 | 3f3fa1be7e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)