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 | éº\ | 11101001101110101001011101011100 | e9ba975c |
SJIS-WIN | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
EUC-JP | �\ | 1000111110101011101100011000111110100010111010110011111101011100 | 8fabb18fa2eb3f5c |
UTF-8 | éº\ | 11000011101010011100001010111010110000101001011101011100 | c3a9c2bac2975c |
UHC | ?º?\ | 0011111110101000101011000011111101011100 | 3fa8ac3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)