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 | íߧè | 1110110111011111101001111110100010101101 | eddfa7e8ad |
SJIS-WIN | ??§?? | 001111110011111110000001100110000011111100111111 | 3f3f81983f3f |
EUC-JP | íߧè? | 100011111010101110111111100011111010100111001110101000011111100010001111101010111011001000111111 | 8fabbf8fa9cea1f88fabb23f |
UTF-8 | íߧè | 11000011101011011100001110011111110000101010011111000011101010001100001010101101 | c3adc39fc2a7c3a8c2ad |
UHC | ?ߧ? | 0011111110101001101011001010000111010111001111111010000110101001 | 3fa9aca1d73fa1a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)