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 | 戊% | 10010101111010001000000110010011 | 95e88193 |
EUC-JP | 戊% | 11001010111010101010000111110011 | caeaa1f3 |
UTF-8 | 戊% | 111001101000100010001010111011111011110010000101 | e6888aefbc85 |
UHC | 戊% | 11011001111001101010001110100101 | d9e6a3a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)