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 | 章ェ柴而 | 100011111100110110101010100011101100010011110010101110101000111010100111 | 8fcdaa8ec4f2ba8ea7 |
EUC-JP | 章ェ柴?而 | 101111101100111110001110101010101011110011000110001111111011110010101001 | becf8eaabcc63fbca9 |
UTF-8 | 章ェ柴而 | 111001111010101110100000111011111011110110101010111001101001111110110100111011101000011110110001111010001000000010001100 | e7aba0efbdaae69fb4ee87b1e8808c |
UHC | 章?柴?而 | 1110110111110001001111111110001111000011001111111110110010111011 | edf13fe3c33fecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)