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 | ÀÓµß\ | 1100000011010011101101011101111101011100 | c0d3b5df5c |
SJIS-WIN | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
EUC-JP | ÀÓ?ß\ | 1000111110101010101000101000111110101010110100010011111110001111101010011100111001011100 | 8faaa28faad13f8fa9ce5c |
UTF-8 | ÀÓµß\ | 110000111000000011000011100100111100001010110101110000111001111101011100 | c380c393c2b5c39f5c |
UHC | ???ß\ | 001111110011111100111111101010011010110001011100 | 3f3f3fa9ac5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)