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 | 覲蓍 | 11100110010100101110010011100111 | e652e4e7 |
EUC-JP | 覲蓍 | 11101011101100111110100011101001 | ebb3e8e9 |
UTF-8 | 覲蓍 | 111010001010011010110010111010001001001110001101 | e8a6b2e8938d |
UHC | 覲蓍 | 11010000110011001110001111001001 | d0cce3c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)