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 | è¹å¸ | 1110100010010111101110011110010110111000 | e897b9e5b8 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | è??å¸ | 1000111110101011101100100011111100111111100011111010101110101001100011111010001010110001 | 8fabb23f3f8faba98fa2b1 |
UTF-8 | è¹å¸ | 11000011101010001100001010010111110000101011100111000011101001011100001010111000 | c3a8c297c2b9c3a5c2b8 |
UHC | ??¹?¸ | 00111111001111111010100111110110001111111010001010101100 | 3f3fa9f63fa2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)