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 | 0011111100111111001111110011111100111111001111110101110101001000 | 3f3f3f3f3f3f5d48 |
SJIS-WIN | シト鴫柴シ、]H | 10111100110001001000111010110000100011101100010010111100101001000101110101001000 | bcc48eb08ec4bca45d48 |
EUC-JP | シト鴫柴シ、]H | 1000111010111100100011101100010010111100101100101011110011000110100011101011110010001110101001000101110101001000 | 8ebc8ec4bcb2bcc68ebc8ea45d48 |
UTF-8 | シト鴫柴シ、]H | 1110111110111101101111001110111110111110100001001110100110110100101010111110011010011111101101001110111110111101101111001110111110111101101001000101110101001000 | efbdbcefbe84e9b4abe69fb4efbdbcefbda45d48 |
UHC | ???柴??]H | 001111110011111100111111111000111100001100111111001111110101110101001000 | 3f3f3fe3c33f3f5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)