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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 啓余昔 | 100011000101101110010111010111011001000011001100 | 8c5b975d90cc |
EUC-JP | 啓余昔 | 101101111011110011001101101111101100000011001110 | b7bccdbec0ce |
UTF-8 | 啓余昔 | 111001011001010110010011111001001011110110011001111001101001100010010100 | e59593e4bd99e69894 |
UHC | 啓余昔 | 110011001111011011100101111110011110000010101110 | ccf6e5f9e0ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)