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 | xç©Ï | 100110100111100011100111101010011001110111001111 | 9a78e7a99dcf |
SJIS-WIN | ?x???? | 001111110111100000111111001111110011111100111111 | 3f783f3f3f3f |
EUC-JP | ?xç©?Ï | 001111110111100010001111101010111010111010001111101000101110110100111111100011111010101011000001 | 3f788fabae8fa2ed3f8faac1 |
UTF-8 | xç©Ï | 1100001010011010011110001100001110100111110000101010100111000010100111011100001110001111 | c29a78c3a7c2a9c29dc38f |
UHC | ?x???? | 001111110111100000111111001111110011111100111111 | 3f783f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)