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 | ?pP | 001111110111000001010000 | 3f7050 |
SJIS-WIN | 論pP | 10011000010111110111000001010000 | 985f7050 |
EUC-JP | 論pP | 11001111110000000111000001010000 | cfc07050 |
UTF-8 | 論pP | 1110100010101011100101100111000001010000 | e8ab967050 |
UHC | 論pP | 11010110111001010111000001010000 | d6e57050 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)