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 | 蘚}蘚{^ | 11100101011001000111110111100101011001000111101101011110 | e5647de5647b5e |
EUC-JP | 蘚}蘚{^ | 11101001110001010111110111101001110001010111101101011110 | e9c57de9c57b5e |
UTF-8 | 蘚}蘚{^ | 111010001001100010011010011111011110100010011000100110100111101101011110 | e8989a7de8989a7b5e |
UHC | 蘚}蘚{^ | 11100000110100000111110111100000110100000111101101011110 | e0d07de0d07b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)