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 | 峨? | 100010011110001100111111 | 89e33f |
EUC-JP | 峨? | 101100101110010100111111 | b2e53f |
UTF-8 | 峨뤷 | 111001011011001110101000111010111010010010110111 | e5b3a8eba4b7 |
UHC | 峨뤷 | 11100100101100011000111111100101 | e4b18fe5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)