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 | 哈毬^ | 1001100111111011100111110111101101011110 | 99fb9f7b5e |
EUC-JP | 哈毬^ | 1101001011111101110111011101110001011110 | d2fddddc5e |
UTF-8 | 哈毬^ | 11100101100100111000100011100110101011111010110001011110 | e59388e6afac5e |
UHC | 哈毬^ | 1111100111101011110011111011001101011110 | f9ebcfb35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)