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 | 罩靃 | 11100011101010111111101111101111 | e3abfbef |
EUC-JP | 罩靃 | 1110011010101101100011111110011110101110 | e6ad8fe7ae |
UTF-8 | 罩靃 | 111001111011110110101001111010011001110110000011 | e7bda9e99d83 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)