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 | 嗇}嗇{^ | 10011010101001010111110110011010101001010111101101011110 | 9aa57d9aa57b5e |
EUC-JP | 嗇}嗇{^ | 11010100101001110111110111010100101001110111101101011110 | d4a77dd4a77b5e |
UTF-8 | 嗇}嗇{^ | 111001011001011110000111011111011110010110010111100001110111101101011110 | e597877de597877b5e |
UHC | 嗇}嗇{^ | 11011111111000000111110111011111111000000111101101011110 | dfe07ddfe07b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)