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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 恂?? | 10011100100101100011111100111111 | 9c963f3f |
EUC-JP | 恂?? | 11010111111101100011111100111111 | d7f63f3f |
UTF-8 | 恂뗤뗿 | 111001101000000110000010111010111001011110100100111010111001011110111111 | e68182eb97a4eb97bf |
UHC | 恂뗤뗿 | 111000101110000110001011111001001000101111111110 | e2e18be48bfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)