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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 睇栁翦睇栁^ | 11100001110001111111101011100101111000111100011011100001110001111111101011100101111101101100000001011110 | e1c7fae5e3c6e1c7fae5f6c05e |
EUC-JP | 睇?翦睇??^ | 11100010110010010011111111100110110010001110001011001001001111110011111101011110 | e2c93fe6c8e2c93f3f5e |
UTF-8 | 睇栁翦睇栁^ | 11100111100111011000011111100110101000001000000111100111101111111010011011100111100111011000011111100110101000001000000111101110100100111010011101011110 | e79d87e6a081e7bfa6e79d87e6a081ee93a75e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)