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 | 阮罷ゥア謌 | 1110100010010110100101001110101110101001101100011110011010001000 | e89694eba9b1e688 |
EUC-JP | 阮罷ゥア謌 | 11101111111101101100100011101101100011101010100110001110101100011110101111101000 | eff6c8ed8ea98eb1ebe8 |
UTF-8 | 阮罷ゥア謌 | 111010011001100010101110111001111011110110110111111011111011110110101001111011111011110110110001111010001010110010001100 | e998aee7bdb7efbda9efbdb1e8ac8c |
UHC | 阮罷??? | 11101000110101101111011111110011001111110011111100111111 | e8d6f7f33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)