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 | 哭毬^ | 1001101001001100100111110111101101011110 | 9a4c9f7b5e |
EUC-JP | 哭毬^ | 1101001110101101110111011101110001011110 | d3addddc5e |
UTF-8 | 哭毬^ | 11100101100100111010110111100110101011111010110001011110 | e593ade6afac5e |
UHC | 哭毬^ | 1100110111010110110011111011001101011110 | cdd6cfb35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)