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 | çè½æ | 111001111110100010111101111001101001001110000001 | e7e8bde69381 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | çè?æ?? | 100011111010101110101110100011111010101110110010001111111000111110101001110000010011111100111111 | 8fabae8fabb23f8fa9c13f3f |
UTF-8 | çè½æ | 110000111010011111000011101010001100001010111101110000111010011011000010100100111100001010000001 | c3a7c3a8c2bdc3a6c293c281 |
UHC | ??½æ?? | 0011111100111111101010001111011010101001101000010011111100111111 | 3f3fa8f6a9a13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)