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 | 鬘句揩蓍 | 1110100110100001100010111110010110011101100000101110010011100111 | e9a18be59d82e4e7 |
EUC-JP | 鬘句揩蓍 | 1111001010100011101101101110011111011001111000101110100011101001 | f2a3b6e7d9e2e8e9 |
UTF-8 | 鬘句揩蓍 | 111010011010110010011000111001011000111110100101111001101000111110101001111010001001001110001101 | e9ac98e58fa5e68fa9e8938d |
UHC | ?句?蓍 | 001111111100111110100011001111111110001111001001 | 3fcfa33fe3c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)