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 | 逶門嶋驫キ | 111001111001101110010110111001011001001110001000111010011000101010110111 | e79b96e59388e98ab7 |
EUC-JP | 逶門嶋驫キ | 11101101111110111100110011100111110001011110100011110001111010101000111010110111 | edfbcce7c5e8f1ea8eb7 |
UTF-8 | 逶門嶋驫キ | 111010011000000010110110111010011001011010000000111001011011011010001011111010011010100110101011111011111011110110110111 | e980b6e99680e5b68be9a9abefbdb7 |
UHC | ?門嶋?? | 00111111110110101010011011010011111101110011111100111111 | 3fdaa6d3f73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)