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 | ????@ | 0011111100111111001111110011111101000000 | 3f3f3f3f40 |
SJIS-WIN | 陞ゑス「@ | 11101000100111101000001011101111101111011010001001000000 | e89e82efbda240 |
EUC-JP | 陞ゑス「@ | 111011111111111010100100111100011000111010111101100011101010001001000000 | effea4f18ebd8ea240 |
UTF-8 | 陞ゑス「@ | 11101001100110011001111011100011100000101001000111101111101111011011110111101111101111011010001001000000 | e9999ee38291efbdbdefbda240 |
UHC | 陞ゑ??@ | 11100011101100111010101011110001001111110011111101000000 | e3b3aaf13f3f40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)