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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 焦サエ鵆 | 100011111100010110111011101101001110100111111011 | 8fc5bbb4e9fb |
EUC-JP | 焦サエ鵆 | 1011111011000111100011101011101110001110101101001111001011111101 | bec78ebb8eb4f2fd |
UTF-8 | 焦サエ鵆 | 111001111000010010100110111011111011110110111011111011111011110110110100111010011011010110000110 | e784a6efbdbbefbdb4e9b586 |
UHC | 焦??? | 1111010110100101001111110011111100111111 | f5a53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)