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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 席?^ | 10010000110010000011111101011110 | 90c83f5e |
EUC-JP | 席?^ | 11000000110010100011111101011110 | c0ca3f5e |
UTF-8 | 席鐥^ | 11100101101110001010110111101001100100001010010101011110 | e5b8ade990a55e |
UHC | 席鐥^ | 1110000010101100111000001101011001011110 | e0ace0d65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)