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 | ß°â» | 100011101101111110001111101100001110001010111011 | 8edf8fb0e2bb |
SJIS-WIN | ???°?? | 00111111001111110011111110000001100010110011111100111111 | 3f3f3f818b3f3f |
EUC-JP | ?ß?°â? | 0011111110001111101010011100111000111111101000011110101110001111101010111010010000111111 | 3f8fa9ce3fa1eb8faba43f |
UTF-8 | ß°â» | 110000101000111011000011100111111100001010001111110000101011000011000011101000101100001010111011 | c28ec39fc28fc2b0c3a2c2bb |
UHC | ?ß?°?? | 0011111110101001101011000011111110100001110001100011111100111111 | 3fa9ac3fa1c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)