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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 逶門嶋遶 | 1110011110011011100101101110010110010011100010001110011110101011 | e79b96e59388e7ab |
EUC-JP | 逶門嶋遶 | 1110110111111011110011001110011111000101111010001110111010101101 | edfbcce7c5e8eead |
UTF-8 | 逶門嶋遶 | 111010011000000010110110111010011001011010000000111001011011011010001011111010011000000110110110 | e980b6e99680e5b68be981b6 |
UHC | ?門嶋? | 001111111101101010100110110100111111011100111111 | 3fdaa6d3f73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)