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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 帙}帙{^ | 10011011111000110111110110011011111000110111101101011110 | 9be37d9be37b5e |
EUC-JP | 帙}帙{^ | 11010110111001010111110111010110111001010111101101011110 | d6e57dd6e57b5e |
UTF-8 | 帙}帙{^ | 111001011011100010011001011111011110010110111000100110010111101101011110 | e5b8997de5b8997b5e |
UHC | 帙}帙{^ | 11110010111011010111110111110010111011010111101101011110 | f2ed7df2ed7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)