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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 豐サ辷ィ褄 | 1110011010110010101110111110011110001000101010001110010111101011 | e6b2bbe788a8e5eb |
EUC-JP | 豐サ辷ィ褄 | 11101100101101001000111010111011111011011110100010001110101010001110101011101101 | ecb48ebbede88ea8eaed |
UTF-8 | 豐サ辷ィ褄 | 111010001011000110010000111011111011110110111011111010001011111010110111111011111011110110101000111010001010010010000100 | e8b190efbdbbe8beb7efbda8e8a484 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)