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 | 髮趣スャ陝キ | 111010011001101110001110111011111011110110101100111010001001111110110111 | e99b8eefbdace89fb7 |
EUC-JP | 髮趣スャ陝キ | 111100011111101110111100111100011000111010111101100011101010110011110000101000011000111010110111 | f1fbbcf18ebd8eacf0a18eb7 |
UTF-8 | 髮趣スャ陝キ | 111010011010101110101110111010001011011010100011111011111011110110111101111011111011110110101100111010011001100110011101111011111011110110110111 | e9abaee8b6a3efbdbdefbdace9999defbdb7 |
UHC | 髮趣??陝? | 110110111010010111110110101011000011111100111111111000001110110100111111 | dba5f6ac3f3fe0ed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)