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 | 鬱莖?縫 | 10011111010101001110010010110001001111111001011001000100 | 9f54e4b13f9644 |
EUC-JP | 鬱莖?縫 | 11011101101101011110100010110011001111111100101110100101 | ddb5e8b33fcba5 |
UTF-8 | 鬱莖렩縫 | 111010011010110010110001111010001000111010010110111010111010000010101001111001111011100010101011 | e9acb1e88e96eba0a9e7b8ab |
UHC | 鬱莖렩縫 | 1110101010100110110011001110110010001110101101111101110011101110 | eaa6ccec8eb7dcee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)