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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 髷ィ邁ソ雋キ | 111010011001111010101000111001111011000010111111111010001011001010110111 | e99ea8e7b0bfe8b2b7 |
EUC-JP | 髷ィ邁ソ雋キ | 111100011111111010001110101010001110111010110010100011101011111111110000101101001000111010110111 | f1fe8ea8eeb28ebff0b48eb7 |
UTF-8 | 髷ィ邁ソ雋キ | 111010011010101110110111111011111011110110101000111010011000001010000001111011111011110110111111111010011001101110001011111011111011110110110111 | e9abb7efbda8e98281efbdbfe99b8befbdb7 |
UHC | ??邁?雋? | 0011111100111111110110001110010000111111111100011110011000111111 | 3f3fd8e43ff1e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)