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 | 盂}盂{^ | 11100001101100010111110111100001101100010111101101011110 | e1b17de1b17b5e |
EUC-JP | 盂}盂{^ | 11100010101100110111110111100010101100110111101101011110 | e2b37de2b37b5e |
UTF-8 | 盂}盂{^ | 111001111001101110000010011111011110011110011011100000100111101101011110 | e79b827de79b827b5e |
UHC | 盂}盂{^ | 11101001110111010111110111101001110111010111101101011110 | e9dd7de9dd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)