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 | 煜}煜{^ | 11111011010101010111110111111011010101010111101101011110 | fb557dfb557b5e |
EUC-JP | 煜}煜{^ | 100011111100100111111100011111011000111111001001111111000111101101011110 | 8fc9fc7d8fc9fc7b5e |
UTF-8 | 煜}煜{^ | 111001111000010110011100011111011110011110000101100111000111101101011110 | e7859c7de7859c7b5e |
UHC | 煜}煜{^ | 11101001111100100111110111101001111100100111101101011110 | e9f27de9f27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)