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 | èûèþP | 1110100011111011111010001111111001010000 | e8fbe8fe50 |
SJIS-WIN | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
EUC-JP | èûèþP | 10001111101010111011001010001111101010111110010110001111101010111011001010001111101010011101000001010000 | 8fabb28fabe58fabb28fa9d050 |
UTF-8 | èûèþP | 110000111010100011000011101110111100001110101000110000111011111001010000 | c3a8c3bbc3a8c3be50 |
UHC | ???þP | 001111110011111100111111101010011010110101010000 | 3f3f3fa9ad50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)