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 | 罐∞飢襞 | 1110001110100011100000011000011110001011010100011110010111111100 | e3a381878b51e5fc |
EUC-JP | 罐∞飢襞 | 1110011010100101101000011110011110110101101100101110101011111110 | e6a5a1e7b5b2eafe |
UTF-8 | 罐∞飢襞 | 111001111011110110010000111000101000100010011110111010011010001110100010111010001010010110011110 | e7bd90e2889ee9a3a2e8a59e |
UHC | 罐∞飢? | 11001110101110001010000111000100110100011100011000111111 | ceb8a1c4d1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)