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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 陂咼陂咼^ | 111010001001100010011010010001001110100010011000100110100100010001011110 | e8989a44e8989a445e |
EUC-JP | 陂咼陂咼^ | 111011111111100011010011101001011110111111111000110100111010010101011110 | eff8d3a5eff8d3a55e |
UTF-8 | 陂咼陂咼^ | 11101001100110011000001011100101100100101011110011101001100110011000001011100101100100101011110001011110 | e99982e592bce99982e592bc5e |
UHC | 陂?陂?^ | 11111001101011100011111111111001101011100011111101011110 | f9ae3ff9ae3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)