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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 章ェ湿失 | 100011111100110110101010100011101011110011110010110001001000111010111000 | 8fcdaa8ebcf2c48eb8 |
EUC-JP | 章ェ湿?失 | 101111101100111110001110101010101011110010111110001111111011110010111010 | becf8eaabcbe3fbcba |
UTF-8 | 章ェ湿失 | 111001111010101110100000111011111011110110101010111001101011100110111111111011101000011110111011111001011010010010110001 | e7aba0efbdaae6b9bfee87bbe5a4b1 |
UHC | 章???失 | 11101101111100010011111100111111001111111110001111110111 | edf13f3f3fe3f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)