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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 穽燵h | 1110001001110110111000001001110101101000 | e276e09d68 |
EUC-JP | 穽燵h | 1110001111010111110111111111110101101000 | e3d7dffd68 |
UTF-8 | 穽燵h | 11100111101010011011110111100111100001111011010101101000 | e7a9bde787b568 |
UHC | 穽?h | 11101111111100000011111101101000 | eff03f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)