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 | 茖器充膵 | 1110010010100001100010101110110110001111010110111110010001011000 | e4a18aed8f5be458 |
EUC-JP | 茖器充膵 | 1110100010100011101101001110111110111101101111001110011110111001 | e8a3b4efbdbce7b9 |
UTF-8 | 茖器充膵 | 111010001000110010010110111001011001100110101000111001011000010110000101111010001000011010110101 | e88c96e599a8e58585e886b5 |
UHC | ?器充膵 | 00111111110100001110111111110101111101101111010111111101 | 3fd0eff5f6f5fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)