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 | 損}損{^ | 10010001101110010111110110010001101110010111101101011110 | 91b97d91b97b5e |
EUC-JP | 損}損{^ | 11000010101110110111110111000010101110110111101101011110 | c2bb7dc2bb7b5e |
UTF-8 | 損}損{^ | 111001101001000010001101011111011110011010010000100011010111101101011110 | e6908d7de6908d7b5e |
UHC | 損}損{^ | 11100001110111110111110111100001110111110111101101011110 | e1df7de1df7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)