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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 怐髴痿髴 | 1001110010000001111010011001110011100001011111101110100110011100 | 9c81e99ce17ee99c |
EUC-JP | 怐髴痿髴 | 1101011111100001111100011111110011100001110111111111000111111100 | d7e1f1fce1dff1fc |
UTF-8 | 怐髴痿髴 | 111001101000000010010000111010011010101110110100111001111001011110111111111010011010101110110100 | e68090e9abb4e797bfe9abb4 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)