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 | âµÍÛc^ | 111000101011010111001101110110110110001101011110 | e2b5cddb635e |
SJIS-WIN | ????c^ | 001111110011111100111111001111110110001101011110 | 3f3f3f3f635e |
EUC-JP | â?ÍÛc^ | 100011111010101110100100001111111000111110101010101111111000111110101010111001010110001101011110 | 8faba43f8faabf8faae5635e |
UTF-8 | âµÍÛc^ | 11000011101000101100001010110101110000111000110111000011100110110110001101011110 | c3a2c2b5c38dc39b635e |
UHC | ????c^ | 001111110011111100111111001111110110001101011110 | 3f3f3f3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)