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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 乂? | 100110001010011100111111 | 98a73f |
EUC-JP | 乂? | 110100001010100100111111 | d0a93f |
UTF-8 | 乂룫 | 111001001011100110000010111010111010001110101011 | e4b982eba3ab |
UHC | 乂룫 | 11100111110100011000111110100010 | e7d18fa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)