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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 搖⑨?穩э? | 10011101100010101000011101001000001111111110001001110010100001001000111100111111 | 9d8a87483fe272848f3f |
EUC-JP | 搖??穩э? | 110110011110101000111111001111111110001111010011101001111110111100111111 | d9ea3f3fe3d3a7ef3f |
UTF-8 | 搖⑨쉼穩э슘 | 1110011010010000100101101110001010010001101010001110110010001001101111001110011110101001101010011101000110001101111011001000101010011000 | e69096e291a8ec89bce7a9a9d18dec8a98 |
UHC | 搖⑨쉼穩э슘 | 111010001111010010101000111011111011110110110000111010001011000110101100111011111011110110110111 | e8f4a8efbdb0e8b1acefbdb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)