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 | 001111110011111100111111001111110101110101001000 | 3f3f3f3f5d48 |
SJIS-WIN | 髮会スサ]H | 1110100110011011100010011110111110111101101110110101110101001000 | e99b89efbdbb5d48 |
EUC-JP | 髮会スサ]H | 11110001111110111011001011110001100011101011110110001110101110110101110101001000 | f1fbb2f18ebd8ebb5d48 |
UTF-8 | 髮会スサ]H | 1110100110101011101011101110010010111100100110101110111110111101101111011110111110111101101110110101110101001000 | e9abaee4bc9aefbdbdefbdbb5d48 |
UHC | 髮???]H | 11011011101001010011111100111111001111110101110101001000 | dba53f3f3f5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)