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 | 辰}辰{^ | 10010010010000110111110110010010010000110111101101011110 | 92437d92437b5e |
EUC-JP | 辰}辰{^ | 11000011101001000111110111000011101001000111101101011110 | c3a47dc3a47b5e |
UTF-8 | 辰}辰{^ | 111010001011111010110000011111011110100010111110101100000111101101011110 | e8beb07de8beb07b5e |
UHC | 辰}辰{^ | 11110010111000110111110111110010111000110111101101011110 | f2e37df2e37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)