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 | 0011111100111111001111110101110001101000 | 3f3f3f5c68 |
SJIS-WIN | 焉??\h | 111000001000000100111111001111110101110001101000 | e0813f3f5c68 |
EUC-JP | 焉??\h | 110111111110000100111111001111110101110001101000 | dfe13f3f5c68 |
UTF-8 | 焉살옠\h | 1110011110000100100010011110110010000010101101001110110010011000101000000101110001101000 | e78489ec82b4ec98a05c68 |
UHC | 焉살옠\h | 1110010111101010101110111110110010011110101000100101110001101000 | e5eabbec9ea25c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)