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 | 章ェ柴式 | 100011111100110110101010100011101100010011110010101101101000111010101110 | 8fcdaa8ec4f2b68eae |
EUC-JP | 章ェ柴?式 | 101111101100111110001110101010101011110011000110001111111011110010110000 | becf8eaabcc63fbcb0 |
UTF-8 | 章ェ柴式 | 111001111010101110100000111011111011110110101010111001101001111110110100111011101000011110101101111001011011110010001111 | e7aba0efbdaae69fb4ee87ade5bc8f |
UHC | 章?柴?式 | 1110110111110001001111111110001111000011001111111110001111010010 | edf13fe3c33fe3d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)