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 | ûÃE^ | 110000111011101111000011100100000100010101011110 | c3bbc390455e |
SJIS-WIN | ????E^ | 001111110011111100111111001111110100010101011110 | 3f3f3f3f455e |
EUC-JP | Ã?Ã?E^ | 10001111101010101010101000111111100011111010101010101010001111110100010101011110 | 8faaaa3f8faaaa3f455e |
UTF-8 | ûÃE^ | 11000011100000111100001010111011110000111000001111000010100100000100010101011110 | c383c2bbc383c290455e |
UHC | ????E^ | 001111110011111100111111001111110100010101011110 | 3f3f3f3f455e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)