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 | ?????Y | 001111110011111100111111001111110011111101011001 | 3f3f3f3f3f59 |
SJIS-WIN | 逶門嶋逍スY | 11100111100110111001011011100101100100111000100011100111100101101011110101011001 | e79b96e59388e796bd59 |
EUC-JP | 逶門嶋逍スY | 1110110111111011110011001110011111000101111010001110110111110110100011101011110101011001 | edfbcce7c5e8edf68ebd59 |
UTF-8 | 逶門嶋逍スY | 11101001100000001011011011101001100101101000000011100101101101101000101111101001100000001000110111101111101111011011110101011001 | e980b6e99680e5b68be9808defbdbd59 |
UHC | ?門嶋逍?Y | 001111111101101010100110110100111111011111100001110011100011111101011001 | 3fdaa6d3f7e1ce3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)