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 | 罔処 | 11100011101001101000111110001000 | e3a68f88 |
EUC-JP | 罔処 | 11100110101010001011110111101000 | e6a8bde8 |
UTF-8 | 罔処 | 111001111011110110010100111001011000011110100110 | e7bd94e587a6 |
UHC | 罔? | 110110001101001000111111 | d8d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)