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 | ???Q? | 0011111100111111001111110101000100111111 | 3f3f3f513f |
SJIS-WIN | ???Q? | 0011111100111111001111110101000100111111 | 3f3f3f513f |
EUC-JP | ???Q? | 0011111100111111001111110101000100111111 | 3f3f3f513f |
UTF-8 | 뤯헤ㆋQ렰 | 11101011101001001010111111101101100101111010010011100011100001101000101101010001111010111010000010110000 | eba4afed97a4e3868b51eba0b0 |
UHC | 뤯헤ㆋQ렰 | 100011111101110111000111111011001010010011111011010100011000111010111101 | 8fddc7eca4fb518ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)