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 | 韈撰ス「霑 | 1110100011100111100100001110111110111101101000101110100010111111 | e8e790efbda2e8bf |
EUC-JP | 韈撰ス「霑 | 11110000111010011100000011110001100011101011110110001110101000101111000011000001 | f0e9c0f18ebd8ea2f0c1 |
UTF-8 | 韈撰ス「霑 | 111010011001111110001000111001101001001010110000111011111011110110111101111011111011110110100010111010011001110010010001 | e99f88e692b0efbdbdefbda2e99c91 |
UHC | ?撰??霑 | 00111111111100111011110000111111001111111110111111000101 | 3ff3bc3f3fefc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)