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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 哺毬\ | 1001101001001101100111110111101101011100 | 9a4d9f7b5c |
EUC-JP | 哺毬\ | 1101001110101110110111011101110001011100 | d3aedddc5c |
UTF-8 | 哺毬\ | 11100101100100111011101011100110101011111010110001011100 | e593bae6afac5c |
UHC | 哺毬\ | 1111100011010100110011111011001101011100 | f8d4cfb35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)