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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 髮咲」ッ迚ス^ | 11101001100110111000110111100111101000111010111111100111100010011011110101011110 | e99b8de7a3afe789bd5e |
EUC-JP | 髮咲」ッ迚ス^ | 11110001111110111011101011101001100011101010001110001110101011111110110111101001100011101011110101011110 | f1fbbae98ea38eafede98ebd5e |
UTF-8 | 髮咲」ッ迚ス^ | 11101001101010111010111011100101100100101011001011101111101111011010001111101111101111011010111111101000101111111001101011101111101111011011110101011110 | e9abaee592b2efbda3efbdafe8bf9aefbdbd5e |
UHC | 髮?????^ | 1101101110100101001111110011111100111111001111110011111101011110 | dba53f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)