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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 卒造~ | 1001000110110010100100011010001001111110 | 91b291a27e |
EUC-JP | 卒造~ | 1100001010110100110000101010010001111110 | c2b4c2a47e |
UTF-8 | 卒造~ | 11100101100011011001001011101001100000001010000001111110 | e58d92e980a07e |
UHC | 卒造~ | 1111000011101111111100001110001101111110 | f0eff0e37e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)