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 | ¼®Í÷ | 1011110010101110100011111100110111110111 | bcae8fcdf7 |
SJIS-WIN | ????÷ | 001111110011111100111111001111111000000110000000 | 3f3f3f3f8180 |
EUC-JP | ?®?Í÷ | 00111111100011111010001011101110001111111000111110101010101111111010000111100000 | 3f8fa2ee3f8faabfa1e0 |
UTF-8 | ¼®Í÷ | 11000010101111001100001010101110110000101000111111000011100011011100001110110111 | c2bcc2aec28fc38dc3b7 |
UHC | ¼®??÷ | 1010100011111001101000101110011100111111001111111010000111000000 | a8f9a2e73f3fa1c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)