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 | ß{ | 10001010110111111000111001111011 | 8adf8e7b |
SJIS-WIN | ???{ | 00111111001111110011111101111011 | 3f3f3f7b |
EUC-JP | ?ß?{ | 001111111000111110101001110011100011111101111011 | 3f8fa9ce3f7b |
UTF-8 | ß{ | 11000010100010101100001110011111110000101000111001111011 | c28ac39fc28e7b |
UHC | ?ß?{ | 0011111110101001101011000011111101111011 | 3fa9ac3f7b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)