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 | 忌荏^ | 1000101011110101100010010110000001011110 | 8af589605e |
EUC-JP | 忌荏^ | 1011010011110111101100011100000101011110 | b4f7b1c15e |
UTF-8 | 忌荏^ | 11100101101111111000110011101000100011011000111101011110 | e5bf8ce88d8f5e |
UHC | 忌荏^ | 1101000011111011111011001111101101011110 | d0fbecfb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)