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 | 尋神 | 10010000011100011001000001011111 | 9071905f |
EUC-JP | 尋神 | 10111111110100101011111111000000 | bfd2bfc0 |
UTF-8 | 尋神 | 111001011011000010001011111001111010010110011110 | e5b08be7a59e |
UHC | 尋神 | 11100011111111001110001111101010 | e3fce3ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)