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 | è·å¸ | 1110100010110111100011001110010110111000 | e8b78ce5b8 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | è??å¸ | 1000111110101011101100100011111100111111100011111010101110101001100011111010001010110001 | 8fabb23f3f8faba98fa2b1 |
UTF-8 | è·å¸ | 11000011101010001100001010110111110000101000110011000011101001011100001010111000 | c3a8c2b7c28cc3a5c2b8 |
UHC | ?·??¸ | 00111111101000011010010000111111001111111010001010101100 | 3fa1a43f3fa2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)