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 | yy^ | 100010010111100110001010100110111000100101111001100010101001101101011110 | 89798a9b89798a9b5e |
SJIS-WIN | ?y???y??^ | 001111110111100100111111001111110011111101111001001111110011111101011110 | 3f793f3f3f793f3f5e |
EUC-JP | ?y???y??^ | 001111110111100100111111001111110011111101111001001111110011111101011110 | 3f793f3f3f793f3f5e |
UTF-8 | yy^ | 110000101000100101111001110000101000101011000010100110111100001010001001011110011100001010001010110000101001101101011110 | c28979c28ac29bc28979c28ac29b5e |
UHC | ?y???y??^ | 001111110111100100111111001111110011111101111001001111110011111101011110 | 3f793f3f3f793f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)