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 | ñ°ß¾ | 11110001101100001101111110111110 | f1b0dfbe |
SJIS-WIN | ?°?? | 0011111110000001100010110011111100111111 | 3f818b3f3f |
EUC-JP | ñ°ß? | 100011111010101111010000101000011110101110001111101010011100111000111111 | 8fabd0a1eb8fa9ce3f |
UTF-8 | ñ°ß¾ | 1100001110110001110000101011000011000011100111111100001010111110 | c3b1c2b0c39fc2be |
UHC | ?°ß¾ | 00111111101000011100011010101001101011001010100011111010 | 3fa1c6a9aca8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)