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 | ???A? | 0011111100111111001111110100000100111111 | 3f3f3f413f |
SJIS-WIN | 惑膳?A惑 | 1001100001100110100100010101011000111111010000011001100001100110 | 986691563f419866 |
EUC-JP | 惑膳?A惑 | 1100111111000111110000011011011100111111010000011100111111000111 | cfc7c1b73f41cfc7 |
UTF-8 | 惑膳씑A惑 | 11100110100000111001000111101000100001101011001111101100100101001001000101000001111001101000001110010001 | e68391e886b3ec949141e68391 |
UHC | 惑膳씑A惑 | 111110111110001111100000110011101001110110100111010000011111101111100011 | fbe3e0ce9da741fbe3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)