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 | 楡}楡{^ | 10011110101111100111110110011110101111100111101101011110 | 9ebe7d9ebe7b5e |
EUC-JP | 楡}楡{^ | 11011100110000000111110111011100110000000111101101011110 | dcc07ddcc07b5e |
UTF-8 | 楡}楡{^ | 111001101010010110100001011111011110011010100101101000010111101101011110 | e6a5a17de6a5a17b5e |
UHC | 楡}楡{^ | 11101010111110000111110111101010111110000111101101011110 | eaf87deaf87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)