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 | ???K? | 0011111100111111001111110100101100111111 | 3f3f3f4b3f |
SJIS-WIN | 髮懷凋K撹 | 111010011001101110011100111001011001001010011100010010111000101001101000 | e99b9ce5929c4b8a68 |
EUC-JP | 髮懷凋K撹 | 111100011111101111011000111001111100001111111100010010111011001111001001 | f1fbd8e7c3fc4bb3c9 |
UTF-8 | 髮懷凋K撹 | 11101001101010111010111011100110100001111011011111100101100001111000101101001011111001101001001010111001 | e9abaee687b7e5878b4be692b9 |
UHC | 髮懷凋K? | 1101101110100101111111001110001111110000101111010100101100111111 | dba5fce3f0bd4b3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)