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 | 辿æ | 1110100010111110101111111110011010010000 | e8bebfe690 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | è?¿æ? | 1000111110101011101100100011111110001111101000101100010010001111101010011100000100111111 | 8fabb23f8fa2c48fa9c13f |
UTF-8 | 辿æ | 11000011101010001100001010111110110000101011111111000011101001101100001010010000 | c3a8c2bec2bfc3a6c290 |
UHC | ?¾¿æ? | 0011111110101000111110101010001010101111101010011010000100111111 | 3fa8faa2afa9a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)