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 | ?ゼ究} | 00111111100000110101101110001011100001101000000101110000 | 3f835b8b868170 |
EUC-JP | ?ゼ究} | 00111111101001011011110010110101111001101010000111010001 | 3fa5bcb5e6a1d1 |
UTF-8 | 뤵ゼ究} | 111010111010010010110101111000111000001010111100111001111010100110110110111011111011110110011101 | eba4b5e382bce7a9b6efbd9d |
UHC | 뤵ゼ究} | 1000111111100011101010111011110011001111101111001010001111111101 | 8fe3abbccfbca3fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)