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 | »Êê | 10001111101110111100101011101010 | 8fbbcaea |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ??Êê | 0011111100111111100011111010101010110100100011111010101110110100 | 3f3f8faab48fabb4 |
UTF-8 | »Êê | 1100001010001111110000101011101111000011100010101100001110101010 | c28fc2bbc38ac3aa |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)