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 | 倚警? | 1001100011011111100011000111100000111111 | 98df8c783f |
EUC-JP | 倚警? | 1101000011100001101101111101100100111111 | d0e1b7d93f |
UTF-8 | 倚警串 | 111001011000000010011010111010001010110110100110111011111010010010000101 | e5809ae8ada6efa485 |
UHC | 倚警串 | 111010111110111111001100111011011100111010101101 | ebefccedcead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)